Package wt.epm.build
Class _EPMBuildRule
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._VersionToVersionLink
wt.vc.VersionToVersionLink
wt.epm.build._EPMBuildRule
- All Implemented Interfaces:
Externalizable,Serializable,wt.build._BuildRule,wt.build.BuildRule,wt.epm._EPMObject,EPMObject,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.archive._Archiveable,wt.fc.archive.Archiveable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,DisplayIdentification
- Direct Known Subclasses:
EPMBuildRule
public abstract class _EPMBuildRule
extends VersionToVersionLink
implements EPMObject, wt.build.BuildRule, wt.fc.archive.Archiveable, Externalizable
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlongA unique ID, automatically maintained by the system, that distinguishes one build rule from another.voidsetUniqueID(long uniqueID) A unique ID, automatically maintained by the system, that distinguishes one build rule from another.Methods inherited from class wt.vc.VersionToVersionLink
duplicate, getAllObjects, getRoleObject, initialize, setRoleAObject, setRoleBObject, setRoleObjectMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.BinaryLink
getLinkInfo, getOtherObject, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, setRoleAObject, setRoleBObjectMethods inherited from interface wt.epm.EPMObject
checkAttributes, getAuthoringApplication, getOwnerApplicationMethods inherited from interface wt.fc.Link
appendJoinCriteria, appendRoleCriteria, getAllObjects, getJoinValues, getRoleIdName, getRoleObject, setRoleObjectMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
UNIQUE_ID
A unique ID, automatically maintained by the system, that distinguishes one build rule from another.Supported API: true
- See Also:
-
-
Method Details
-
getUniqueID
public long getUniqueID()A unique ID, automatically maintained by the system, that distinguishes one build rule from another.Supported API: true
- See Also:
-
setUniqueID
A unique ID, automatically maintained by the system, that distinguishes one build rule from another.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-