Package wt.epm.build
Class _EPMDerivedRepRule
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._VersionToVersionLink
wt.vc.VersionToVersionLink
wt.epm.build._EPMDerivedRepRule
- 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:
EPMDerivedRepRule
public abstract class _EPMDerivedRepRule
extends VersionToVersionLink
implements EPMObject, wt.build.BuildRule, wt.fc.archive.Archiveable, Externalizable
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionSupported API: truelongA unique ID, automatically maintained by the system, that distinguishes one build rule from another.voidsetBuildTarget(BuildTarget the_buildTarget) Supported API: truevoidsetUniqueID(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:
-
getBuildTarget
Supported API: true- Specified by:
getBuildTargetin interfacewt.build._BuildRule- See Also:
-
EPMDerivedRepRuleBuildRule
-
setBuildTarget
Supported API: true- Specified by:
setBuildTargetin interfacewt.build._BuildRule- Throws:
WTPropertyVetoException- See Also:
-
EPMDerivedRepRuleBuildRule
-