|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.lite.AbstractLiteObject
wt.csm.ranking.literanking.RankingDataDefaultView
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private RankingContextDefaultView |
context
|
private DeepCloneable |
data
|
private static boolean |
debug
|
static long |
EXTERNALIZATION_VERSION_UID
|
private IBAHolder |
holder
|
private String |
IBAReferenceableDisplayString
|
private int |
key
|
private ClassificationNodeNodeView |
node
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private int |
state
|
Fields inherited from class wt.lite.AbstractLiteObject |
ILLEGAL_ACCESS, SERVER |
Fields inherited from interface wt.lite.InnerObjectState |
CHANGED_STATE, DELETED_STATE, KEY, NEW_STATE, STATE, UNCHANGED_STATE, UNINITIALIZED_STATE |
Fields inherited from interface wt.lite.Liteable |
UPDATE_COUNT |
Constructor Summary | |
RankingDataDefaultView()
Supported API: false |
|
RankingDataDefaultView(int updateCount,
ObjectIdentifier objectID,
DeepCloneable data,
RankingContextDefaultView context,
IBAHolder holder,
ClassificationNodeNodeView node)
Supported API: false |
|
RankingDataDefaultView(RankingContextDefaultView context,
IBAHolder holder,
ClassificationNodeNodeView node)
Supported API: false |
Method Summary | |
Object |
clone()
Supported API: false |
RankingContextDefaultView |
getContext()
Gets the object for the association that plays role: context. |
DeepCloneable |
getData()
Gets the value of the attribute: data. |
IBAHolder |
getHolder()
Gets the value of the attribute: holder. |
String |
getIBAReferenceableDisplayString()
Supported API: false |
int |
getKey()
Gets the value of the attribute: key. |
String |
getLocalizedDisplayString()
Supported API: false |
ClassificationNodeNodeView |
getNode()
Gets the object for the association that plays role: node. |
AbstractLiteObject |
getReferencedLiteObject()
Supported API: false |
String |
getReferenceID()
Supported API: false |
int |
getState()
Gets the value of the attribute: state. |
boolean |
isDirty()
Supported API: false |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(RankingDataDefaultView thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setContext(RankingContextDefaultView a_Context)
Sets the object for the association that plays role: context. |
void |
setData(DeepCloneable a_Data)
Sets the value of the attribute: data. |
void |
setHolder(IBAHolder a_Holder)
Sets the value of the attribute: holder. |
void |
setIBAReferenceableDisplayString(String IBARefString)
Supported API: false |
void |
setKey(int a_Key)
Sets the value of the attribute: key. |
void |
setNode(ClassificationNodeNodeView a_Node)
Sets the object for the association that plays role: node. |
void |
setState(int a_State)
Sets the value of the attribute: state. |
protected void |
setStateDirty()
Supported API: false |
String |
toString()
Used for debug purpose |
void |
update(CloneUpdateable clone)
update the values from 'clone' into self. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class wt.lite.AbstractLiteObject |
compareUpdateCount, getHeavyObjectClassname, getObjectID, getUpdateCount, isPersistedObjectEqual, readVersion, setLocalizedDisplayString, setObjectID, setUpdateCount |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private DeepCloneable data
private IBAHolder holder
private RankingContextDefaultView context
private ClassificationNodeNodeView node
private int state
private int key
private String IBAReferenceableDisplayString
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private static final boolean debug
Constructor Detail |
public RankingDataDefaultView(RankingContextDefaultView context, IBAHolder holder, ClassificationNodeNodeView node)
context
- holder
- node
- public RankingDataDefaultView()
public RankingDataDefaultView(int updateCount, ObjectIdentifier objectID, DeepCloneable data, RankingContextDefaultView context, IBAHolder holder, ClassificationNodeNodeView node) throws WTException
updateCount
- objectID
- data
- context
- holder
- node
-
WTException
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractLiteObject
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class AbstractLiteObject
input
-
IOException
ClassNotFoundException
protected boolean readVersion(RankingDataDefaultView thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public DeepCloneable getData()
public void setData(DeepCloneable a_Data)
a_Data
- public IBAHolder getHolder()
public void setHolder(IBAHolder a_Holder)
a_Holder
- public RankingContextDefaultView getContext()
public void setContext(RankingContextDefaultView a_Context)
a_Context
- public ClassificationNodeNodeView getNode()
public void setNode(ClassificationNodeNodeView a_Node)
a_Node
- public Object clone()
clone
in interface LiteIBAReferenceable
clone
in class AbstractLiteObject
public String getLocalizedDisplayString()
getLocalizedDisplayString
in interface LocalizedStringDisplayable
getLocalizedDisplayString
in class AbstractLiteObject
public int getState()
getState
in interface InnerObjectState
public void setState(int a_State) throws WTPropertyVetoException
setState
in interface InnerObjectState
a_State
-
WTPropertyVetoException
public int getKey()
getKey
in interface InnerObjectState
public void setKey(int a_Key) throws WTPropertyVetoException
setKey
in interface InnerObjectState
a_Key
-
WTPropertyVetoException
protected void setStateDirty()
public boolean isDirty()
isDirty
in interface InnerObjectState
public void update(CloneUpdateable clone) throws WTException
update
in interface CloneUpdateable
clone
-
WTException
public String getIBAReferenceableDisplayString()
getIBAReferenceableDisplayString
in interface LiteIBAReferenceable
public void setIBAReferenceableDisplayString(String IBARefString)
setIBAReferenceableDisplayString
in interface LiteIBAReferenceable
IBARefString
- public AbstractLiteObject getReferencedLiteObject()
getReferencedLiteObject
in interface LiteIBAReferenceable
public String getReferenceID()
getReferenceID
in interface LiteIBAReferenceable
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |