Package com.ptc.netmarkets.notebook
Class NmBookmark
java.lang.Object
com.ptc.netmarkets.model.NmObject
com.ptc.netmarkets.model.NmNamedObject
com.ptc.netmarkets.notebook.NmBookmark
- All Implemented Interfaces:
com.ptc.netmarkets.model.NmNamed,com.ptc.netmarkets.util.misc.NmActionTarget,com.ptc.netmarkets.util.misc.NmFormatable,Externalizable,Serializable,Comparable,wt.fc._NetFactor,NetFactor
Use the newNmBookmark static factory method(s), not the
NmBookmark constructor, to construct instances of this class.
Instances must be constructed using the static factory(s), in order
to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class com.ptc.netmarkets.model.NmNamedObject
NO_TRUCATION, USER_PREFERENCEFields inherited from class com.ptc.netmarkets.model.NmObject
ADDITIONAL_INFO, HIDDEN_ROW, MARKED_FOR_DELETE, OID, RESTORABLE, VIEW_ACTION, VIEW_URLFields inherited from interface com.ptc.netmarkets.util.misc.NmFormatable
DIV_CLASS, RENDER_WHILE_HIDDEN, STYLE_CLASSESFields inherited from interface com.ptc.netmarkets.model.NmNamed
NAME -
Method Summary
Modifier and TypeMethodDescriptionReturns the conceptual (modeled) name for the class.Methods inherited from class com.ptc.netmarkets.model.NmNamedObject
compareTo, getMaxNameLength, getName, initialize, newNmNamedObject, newNmNamedObject, readVersion, setMaxNameLength, setNameMethods inherited from class com.ptc.netmarkets.model.NmObject
checkAccess, checkAccess, checkAvailable, getAdditionalInfo, getClassInfo, getCollationKey, getDivClass, getOid, getViewAction, getViewUrl, initialize, initialize, isAdmin, isAdmin, isExchangeAdmin, isHiddenRow, isMarkedForDelete, isRenderWhileHidden, isRestorable, newNmObject, newNmObject, readVersion, setAdditionalInfo, setCollationKey, setDivClass, setHiddenRow, setMarkedForDelete, setOid, setRenderWhileHidden, setRestorable, setViewAction, setViewUrl, toString
-
Method Details
-
getConceptualClassname
Returns the conceptual (modeled) name for the class.
Supported API: true- Specified by:
getConceptualClassnamein interfaceNetFactor- Overrides:
getConceptualClassnamein classcom.ptc.netmarkets.model.NmNamedObject- Returns:
- String
-