|
||||||||||
| 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.Wording
public class Wording
Represents an individual wording either by id or by text.
| Field Summary |
|---|
| Fields inherited from class com.ail.core.Type |
|---|
jXPathContext, NOT_PERSISTED |
| Constructor Summary | |
|---|---|
Wording()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Getter returning the value of the id property. |
java.lang.String |
getIdCDATA()
Getter returning the value of the id property wrapped in CDATA tags. |
java.lang.String |
getWordingText()
Getter returning the value of the wordingText property. |
java.lang.String |
getWordingTextCDATA()
Getter returning the value of the wordingText property wrapped in CDATA tags. |
void |
setId(java.lang.String id)
Setter to update the value of the id property. |
void |
setWordingText(java.lang.String wordingText)
Setter to update the value of the wordingText property. |
| 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 Wording()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - New value for the id propertypublic java.lang.String getIdCDATA()
public java.lang.String getWordingText()
public void setWordingText(java.lang.String wordingText)
wordingText - New value for the wordingText propertypublic java.lang.String getWordingTextCDATA()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||