com.instantbank.component.job.model
Class JobSELECTelement

java.lang.Object
  |
  +--com.instantbank.component.job.model.JobSELECTelement
All Implemented Interfaces:
java.io.Serializable

public class JobSELECTelement
extends java.lang.Object
implements java.io.Serializable

Value Object that represents a SELECT element of a Job (innmutable)

See Also:
Serialized Form

Field Summary
private  long fieldId
          field Identifier
private  int sequence
          sequence
 
Constructor Summary
JobSELECTelement(int sequence, long fieldId)
          Default Constructor
 
Method Summary
 long getFieldId()
          Getter method for fieldId
 int getSequence()
          Getter method for sequence
 java.lang.String toString()
          Textual representation of JobSELECTelement
 org.w3c.dom.Element toXml(org.w3c.dom.Document doc)
          XML representation of JobSELECTelement
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

sequence

private int sequence
sequence

fieldId

private long fieldId
field Identifier
Constructor Detail

JobSELECTelement

public JobSELECTelement(int sequence,
                        long fieldId)
Default Constructor
Parameters:
sequence - Description of the Parameter
fieldId - Description of the Parameter
Method Detail

getSequence

public int getSequence()
Getter method for sequence
Returns:
sequence value

getFieldId

public long getFieldId()
Getter method for fieldId
Returns:
fieldId value

toString

public java.lang.String toString()
Textual representation of JobSELECTelement
Overrides:
toString in class java.lang.Object
Returns:
associated text

toXml

public org.w3c.dom.Element toXml(org.w3c.dom.Document doc)
XML representation of JobSELECTelement
Parameters:
doc - Description of the Parameter
Returns:
associated XML text