|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.carlosbcruz.account.control.AccountTreeNodeObject
public class AccountTreeNodeObject
Represents a node in a tree and contains information of the note type
Field Summary | |
---|---|
static int |
ACCOUNT_ID
|
static int |
ACCOUNT_LEAF
|
static int |
ACCOUNT_NODE
|
static int |
CHECK_LEAF
|
static int |
CHECK_NODE
|
static int |
COMMENT_LEAF
|
static int |
COMMENT_NODE
|
static int |
ROOT_NODE
|
Method Summary | |
---|---|
java.lang.String |
getNodeIdentification()
Inform the node identification |
int |
getNoteType()
Inform the node type |
void |
setNodeIdentification(java.lang.String nodeIdentification)
Set the node identification |
void |
setNoteType(int noteType)
Set the node type |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ROOT_NODE
public static final int ACCOUNT_NODE
public static final int ACCOUNT_ID
public static final int ACCOUNT_LEAF
public static final int CHECK_NODE
public static final int CHECK_LEAF
public static final int COMMENT_NODE
public static final int COMMENT_LEAF
Method Detail |
---|
public java.lang.String getNodeIdentification()
public void setNodeIdentification(java.lang.String nodeIdentification)
nodeIdentification
- The Node Identificationpublic int getNoteType()
public void setNoteType(int noteType)
noteType
- The Note Typepublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |