|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.model.NmOid
Supported API: false
Extendable: false
Field Summary | |
private HashMap |
additionalInfo
|
private static String |
CLASSNAME
|
private WTContainerRef |
containerRef
|
private Object |
content
|
static long |
EXTERNALIZATION_VERSION_UID
|
private FolderHierarchy.FolderEntryInfo |
fei
|
private FolderHierarchy |
fh
|
private String |
nmOidStr
|
private ObjectIdentifier |
oid
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private Object |
process
|
private Object |
ref
|
private static String |
RESOURCE
|
private SharedContainerMap |
scm
|
static String |
SEP
|
(package private) static long |
serialVersionUID
|
private NmOid |
sharedContainer
|
private boolean |
sharedFrom
|
private boolean |
sharedTo
|
private String |
type
|
private static boolean |
VERBOSE
|
Constructor Summary | |
NmOid()
Supported API: false |
|
NmOid(String nmOidStr)
Supported API: false |
|
NmOid(String type,
ObjectIdentifier oid)
Supported API: false |
Method Summary | |
void |
clearCache()
|
boolean |
equals(Object object)
Supported API: false |
HashMap |
getAdditionalInfo()
Gets the value of the attribute: additionalInfo. |
WTContainer |
getContainer()
|
WTContainerRef |
getContainerRef()
|
Object |
getContent()
|
FolderHierarchy.FolderEntryInfo |
getFEI()
|
FolderHierarchy |
getFH()
|
ObjectIdentifier |
getOid()
Gets the value of the attribute: oid. |
Object |
getProcess()
Gets the value of the attribute: process. |
NmProject |
getProject()
Get NmProject object associated to the referenced object. |
Object |
getRef()
Gets the value of the attribute: ref. |
private Object |
getRefCommon(boolean latestIteration)
|
Object |
getReferencedIteration()
Get object associated with the NmOid ObjectIdentifier. |
SharedContainerMap |
getSCM()
|
NmOid |
getSharedContainer()
Gets the value of the attribute: sharedContainer. |
String |
getType()
Gets the value of the attribute: type. |
int |
hashCode()
Supported API: false |
boolean |
isRefNull()
|
boolean |
isShared()
Supported API: false |
boolean |
isSharedFrom()
Gets the value of the attribute: sharedFrom. |
boolean |
isSharedTo()
Gets the value of the attribute: sharedTo. |
static NmOid |
newNmOid(ObjectIdentifier oi)
|
static NmOid |
newNmOid(String oidStr)
|
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(NmOid thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setAdditionalInfo(HashMap a_AdditionalInfo)
Sets the value of the attribute: additionalInfo. |
void |
setContainerRef(WTContainerRef aref)
|
void |
setContent(Object someContent)
|
void |
setFEI(FolderHierarchy.FolderEntryInfo afh)
|
void |
setFH(FolderHierarchy afh)
|
void |
setOid(ObjectIdentifier a_Oid)
Sets the value of the attribute: oid. |
void |
setProcess(Object a_Process)
Sets the value of the attribute: process. |
void |
setRef(Object a_Ref)
Sets the value of the attribute: ref. |
void |
setSCM(SharedContainerMap ascm)
|
void |
setSharedContainer(NmOid a_SharedContainer)
Sets the value of the attribute: sharedContainer. |
void |
setSharedFrom(boolean a_SharedFrom)
Sets the value of the attribute: sharedFrom. |
void |
setSharedTo(boolean a_SharedTo)
Sets the value of the attribute: sharedTo. |
void |
setType(String a_Type)
Sets the value of the attribute: type. |
String |
toString()
Supported API: false |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String type
private ObjectIdentifier oid
private transient Object ref
private transient Object process
private HashMap additionalInfo
private boolean sharedFrom
private boolean sharedTo
private NmOid sharedContainer
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private static final boolean VERBOSE
public static final String SEP
private transient String nmOidStr
private transient Object content
private transient SharedContainerMap scm
private transient WTContainerRef containerRef
private transient FolderHierarchy.FolderEntryInfo fei
private transient FolderHierarchy fh
Constructor Detail |
public NmOid()
public NmOid(String type, ObjectIdentifier oid)
type
- oid
- public NmOid(String nmOidStr) throws WTException
nmOidStr
-
WTException
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(NmOid 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 String getType()
public void setType(String a_Type)
a_Type
- public ObjectIdentifier getOid()
public void setOid(ObjectIdentifier a_Oid)
a_Oid
- public Object getRef() throws WTException
WTException
public void setRef(Object a_Ref)
a_Ref
- public Object getProcess() throws WTException
WTException
public void setProcess(Object a_Process)
a_Process
- public HashMap getAdditionalInfo()
public void setAdditionalInfo(HashMap a_AdditionalInfo)
a_AdditionalInfo
- public boolean isSharedFrom()
public void setSharedFrom(boolean a_SharedFrom)
a_SharedFrom
- public boolean isSharedTo()
public void setSharedTo(boolean a_SharedTo)
a_SharedTo
- public NmOid getSharedContainer()
public void setSharedContainer(NmOid a_SharedContainer)
a_SharedContainer
- public String toString()
public boolean equals(Object object)
object
-
public int hashCode()
public boolean isShared()
public NmProject getProject() throws WTException
WTException
public void clearCache()
public boolean isRefNull()
public void setContent(Object someContent)
public Object getContent()
public static NmOid newNmOid(String oidStr) throws WTException
WTException
public static NmOid newNmOid(ObjectIdentifier oi) throws WTException
WTException
public WTContainer getContainer() throws WTException
WTException
public WTContainerRef getContainerRef() throws WTException
WTException
public void setContainerRef(WTContainerRef aref)
public void setFEI(FolderHierarchy.FolderEntryInfo afh)
public FolderHierarchy.FolderEntryInfo getFEI()
public void setFH(FolderHierarchy afh)
public FolderHierarchy getFH()
public void setSCM(SharedContainerMap ascm)
public SharedContainerMap getSCM()
public Object getReferencedIteration() throws WTException
WTException
private Object getRefCommon(boolean latestIteration) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |