|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.instantbank.component.job.model.JobORDERelement
Value Object that represents a ORDER element of a Job (innmutable)
| Field Summary | |
private java.lang.String |
direction
direction: LetterTemplateGlobals.ASCENDING_DIRECTION or LetterTemplateGlobals.DESCENDING_DIRECTION |
private long |
fieldId
field Identifier |
private int |
sequence
sequence |
private java.lang.String |
unicityMember
unicity member: "yes" or "no" |
| Constructor Summary | |
JobORDERelement(int sequence,
long fieldId,
java.lang.String direction,
java.lang.String unicityMember)
Default Constructor |
|
| Method Summary | |
java.lang.String |
getDirection()
Getter method for direction |
long |
getFieldId()
Getter method for fieldId |
int |
getSequence()
Getter method for sequence |
java.lang.String |
getUnicityMember()
Getter method for unicityMember |
java.lang.String |
toString()
Textual representation of JobWHEREelement |
org.w3c.dom.Element |
toXml(org.w3c.dom.Document doc)
XML representation of JobORDERelement |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private int sequence
private long fieldId
private java.lang.String direction
private java.lang.String unicityMember
| Constructor Detail |
public JobORDERelement(int sequence,
long fieldId,
java.lang.String direction,
java.lang.String unicityMember)
sequence - Description of the ParameterfieldId - Description of the Parameterdirection - Description of the ParameterunicityMember - Description of the Parameter| Method Detail |
public int getSequence()
public long getFieldId()
public java.lang.String getDirection()
public java.lang.String getUnicityMember()
public java.lang.String toString()
toString in class java.lang.Objectpublic org.w3c.dom.Element toXml(org.w3c.dom.Document doc)
doc - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||