|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.indi.objects.Object<T>
T
- the things the object is composed of.public abstract class Object<T extends Object>
the based class of a indi objects. implements composite pattern to accomodate more indi objects
Field Summary | |
---|---|
protected java.util.Collection<T> |
children
|
protected java.lang.String |
message
the message associated with this object |
protected TransferType |
transferType
the transfertype used to transfer this object |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
protected java.util.Collection<T> |
getChildren()
|
java.lang.String |
getMessage()
|
TransferType |
getTransferType()
|
java.lang.String |
getXML(TransferType type,
java.lang.String Message)
return an XML representation of this object |
abstract int |
hashCode()
|
abstract boolean |
oEquals(Object o)
Check the equality with an other object, exculding subobject. |
void |
setTransferType(TransferType transferType)
the the transfertype of this object |
boolean |
treeEquals(Object o)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Collection<T extends Object> children
protected TransferType transferType
protected java.lang.String message
Method Detail |
---|
protected java.util.Collection<T> getChildren()
public java.lang.String getXML(TransferType type, java.lang.String Message)
type
- the transfertype to be used to generate the XMLMessage
- the message associvated with this object
public boolean treeEquals(Object o)
public abstract boolean oEquals(Object o)
o
-
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public abstract int hashCode()
hashCode
in class java.lang.Object
public TransferType getTransferType()
public void setTransferType(TransferType transferType)
transferType
- the new tranfertype to be setpublic java.lang.String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |