|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.Type
com.ail.insurance.policy.AssessmentLine
com.ail.insurance.policy.Marker
public class Marker
A marker assessment line represents a generalization of a referral or decline.
| Field Summary |
|---|
| Fields inherited from class com.ail.core.Type |
|---|
jXPathContext, NOT_PERSISTED |
| Constructor Summary | |
|---|---|
Marker()
Default constructor |
|
Marker(java.lang.String id,
java.lang.String reason,
Reference relatesTo,
MarkerType type)
Constructor |
|
Marker(java.lang.String id,
java.lang.String reason,
Reference relatesTo,
MarkerType type,
int priority)
Constructor |
|
| Method Summary | |
|---|---|
MarkerType |
getType()
Get the value of the type property. |
java.lang.String |
getTypeAsString()
Get the current value of the type property as a String. |
void |
setType(MarkerType type)
Set the type property. |
void |
setTypeAsString(java.lang.String type)
Set the type property from a String. |
| Methods inherited from class com.ail.insurance.policy.AssessmentLine |
|---|
compareTo, getCalculatedOrder, getId, getOrigin, getPriority, getReason, getRelatesTo, isDisabled, setCalculatedOrder, setDisabled, setId, setOrigin, setPriority, setReason, setRelatesTo |
| Methods inherited from class com.ail.core.Type |
|---|
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Marker()
public Marker(java.lang.String id,
java.lang.String reason,
Reference relatesTo,
MarkerType type)
id - This line's Idreason - Free text reason for why this marker was applied.relatesTo - Optionl reference to the part of the policy that caused the marker.type - This marker's type.
public Marker(java.lang.String id,
java.lang.String reason,
Reference relatesTo,
MarkerType type,
int priority)
id - This line's Idreason - Free text reason for why this marker was applied.relatesTo - Optionl reference to the part of the policy that caused the marker.type - This marker's type.priority - The priority of this line wrt other lines in the same sheet (lines with higher priority values are processed first)| Method Detail |
|---|
public void setType(MarkerType type)
type - New value for type property.public void setTypeAsString(java.lang.String type)
type - New value for type property.
java.lang.IndexOutOfBoundsException - If type is not a valid string representation of MarkerType.MarkerType.forName(java.lang.String),
setType(com.ail.insurance.policy.MarkerType)public MarkerType getType()
public java.lang.String getTypeAsString()
getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||