Package com.ptc.netmarkets.model
Class NmSimpleOid
java.lang.Object
com.ptc.netmarkets.model.NmOid
com.ptc.netmarkets.model.NmSimpleOid
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable
- Direct Known Subclasses:
NmClassificationOid
Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: internalName.voidsetInternalName(String a_InternalName) Sets the value of the attribute: internalName.Methods inherited from class com.ptc.netmarkets.model.NmOid
getAdditionalInfo, getContainer, getContainerObject, getContainerRef, getContainerReference, getLatestIteration, getLatestIterationObject, getOid, getOidObject, getReferencedClass, getReferencedIteration, getReferencedIterationObject, getReferenceString, getRefObject, getSCM, getSharedContainer, getVerId, getWtRef, isA, isA, isRefInflated, isShared, isSharedFrom, isSharedTo, isVerOid, newNmOid, newNmOid, setAdditionalInfo, setContainerRef, setOid, setRef, setSCM, setSharedContainer, setSharedFrom, setSharedTo, setType, setVerId, setWtRef
-
Method Details
-
getInternalName
Gets the value of the attribute: internalName.
Supported API: true- Returns:
- String
-
setInternalName
Sets the value of the attribute: internalName.
Supported API: true- Parameters:
a_InternalName-
-