wt.epm.familytable
Class EPMSepFamilyTable

java.lang.Object
  extended bywt.epm.familytable.EPMSepFamilyTable
All Implemented Interfaces:
Archiveable, ContentHolder, DomainAdministered, EPMFamilyTable, EPMObject, Externalizable, Federatable, FormatContentHolder, NetFactor, ObjectMappable, Persistable, RemotelyLinkable, Serializable

public final class EPMSepFamilyTable
extends Object
implements EPMFamilyTable, Federatable, Archiveable, Externalizable

Use the newEPMSepFamilyTable static factory method(s), not the EPMSepFamilyTable 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:
Serialized Form

Field Summary
static String AUTHORING_APPLICATION
          Label for the attribute; Indicates that the named application authored the object.
static String CHECKED_OUT
          Label for the attribute; Used to indicate whether this family table is considered "checked out", e.g.
private  boolean checkedOut
           
private static String CLASSNAME
           
private  Vector contentVector
           
private  AdminDomainRef domainRef
           
static long EXTERNALIZATION_VERSION_UID
           
static String FAMILY_TABLE_MASTER
          Label for the attribute.
private  ObjectReference familyTableMasterReference
           
private  FederatableInfo federatableInfo
           
private  DataFormatReference format
           
private  boolean hasContents
           
private  Vector httpVector
           
private  boolean inheritedDomain
           
static String NAME
          Label for the attribute.
protected static long OLD_FORMAT_VERSION_UID
           
private  HttpContentOperation operation
           
static String OWNER_APPLICATION
          Label for the attribute; Indicate that the named application owns the object.
static String PREDECESSOR
          Label for the attribute.
static String PREDECESSOR_REFERENCE
          Label for the attribute.
private  ObjectReference predecessorReference
           
private  ContentItem primary
           
private static String RESOURCE
           
(package private) static long serialVersionUID
           
private  PersistInfo thePersistInfo
           
 
Fields inherited from interface wt.epm.familytable.EPMFamilyTable
FAMILY_TABLE_MASTER_REFERENCE
 
Fields inherited from interface wt.epm.EPMObject
UNSPECIFIED
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Fields inherited from interface wt.content.FormatContentHolder
FORMAT, FORMAT_NAME, PRIMARY
 
Fields inherited from interface wt.content.ContentHolder
CONTENT_VECTOR, HAS_CONTENTS, HTTP_VECTOR, OPERATION
 
Fields inherited from interface wt.admin.DomainAdministered
DOMAIN_REF, INHERITED_DOMAIN
 
Fields inherited from interface wt.ufid.Federatable
FEDERATABLE_INFO
 
Constructor Summary
EPMSepFamilyTable()
           
 
Method Summary
 void checkAttributes()
          Validate the values of this Persistable object's attributes.
 boolean equals(Object obj)
          Indicates whether the given object is equal to this object from a persistence perspective, by comparing the two objects ObjectIdentifiers.
private  void familyTableMasterReferenceValidate(ObjectReference a_FamilyTableMasterReference)
           
private  void federatableInfoValidate(FederatableInfo a_FederatableInfo)
           
private  void formatValidate(DataFormatReference a_Format)
           
 EPMAuthoringAppType getAuthoringApplication()
          Gets the value of the attribute: AUTHORING_APPLICATION.
 ClassInfo getClassInfo()
          Returns the ClassInfo object for this class.
 String getConceptualClassname()
          Deprecated.  
 Vector getContentVector()
          Gets the value of the attribute: CONTENT_VECTOR.
 AdminDomainRef getDomainRef()
          Gets the object for the association that plays role: DOMAIN_REF.
 EPMFamilyTableMaster getFamilyTableMaster()
          Gets the object for the association that plays role: FAMILY_TABLE_MASTER.
 ObjectReference getFamilyTableMasterReference()
          Gets the value of the attribute: FAMILY_TABLE_MASTER_REFERENCE.
 FederatableInfo getFederatableInfo()
          Gets the object for the association that plays role: FEDERATABLE_INFO.
 DataFormatReference getFormat()
          Gets the object for the association that plays role: FORMAT.
 String getFormatName()
          Gets the value of the attribute: FORMAT_NAME.
 Vector getHttpVector()
          Gets the value of the attribute: HTTP_VECTOR.
 String getIdentity()
          Deprecated. Replaced by IdentityFactory.getDispayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
 String getName()
          Gets the value of the attribute: NAME.
 HttpContentOperation getOperation()
          Gets the value of the attribute: OPERATION.
 EPMApplicationType getOwnerApplication()
          Gets the value of the attribute: OWNER_APPLICATION.
 PersistInfo getPersistInfo()
          Gets the object for the association that plays role: PERSIST_INFO.
 EPMSepFamilyTable getPredecessor()
          Gets the object for the association that plays role: PREDECESSOR.
 ObjectReference getPredecessorReference()
          Gets the value of the attribute: PREDECESSOR_REFERENCE.
 ContentItem getPrimary()
          Gets the value of the attribute: PRIMARY.
 String getType()
          Deprecated. Replaced by IdentityFactory.getDispayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
 int hashCode()
          Returns a hash code for this object based upon its ObjectIdentifier.
protected  void initialize(EPMFamilyTableMaster master, AdminDomainRef domain)
          Supports initialization, following construction of an instance.
protected  void initialize(EPMSepFamilyTable sepFamilyTable)
          Supports initialization, following construction of an instance.
protected  void initialize(EPMSepFamilyTable sepFamilyTable, AdminDomainRef domain)
          Supports initialization, following construction of an instance.
 boolean isCheckedOut()
          Gets the value of the attribute: CHECKED_OUT.
 boolean isHasContents()
          Gets the value of the attribute: HAS_CONTENTS.
 boolean isInheritedDomain()
          Gets the value of the attribute: INHERITED_DOMAIN.
static EPMSepFamilyTable newEPMSepFamilyTable(EPMFamilyTableMaster master, AdminDomainRef domain)
          

Supported API: false
static EPMSepFamilyTable newEPMSepFamilyTable(EPMSepFamilyTable sepFamilyTable)
          Create a new "iteration" given an existing "iteration".
static EPMSepFamilyTable newEPMSepFamilyTable(EPMSepFamilyTable sepFamilyTable, AdminDomainRef domain)
          Create a new "iteration" given an existing "iteration"

Supported API: false
private  void predecessorReferenceValidate(ObjectReference a_PredecessorReference)
           
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
 void readExternal(PersistentRetrieveIfc input)
          Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store.
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(EPMSepFamilyTable thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void setCheckedOut(boolean a_CheckedOut)
          Sets the value of the attribute: CHECKED_OUT.
 void setContentVector(Vector a_ContentVector)
          Sets the value of the attribute: CONTENT_VECTOR.
 void setDomainRef(AdminDomainRef a_DomainRef)
          Sets the object for the association that plays role: DOMAIN_REF.
 void setFamilyTableMaster(EPMFamilyTableMaster a_FamilyTableMaster)
          Sets the object for the association that plays role: FAMILY_TABLE_MASTER.
 void setFamilyTableMasterReference(ObjectReference a_FamilyTableMasterReference)
          Sets the value of the attribute: FAMILY_TABLE_MASTER_REFERENCE.
 void setFederatableInfo(FederatableInfo a_FederatableInfo)
          Sets the object for the association that plays role: FEDERATABLE_INFO.
 void setFormat(DataFormatReference a_Format)
          Sets the object for the association that plays role: FORMAT.
 void setHasContents(boolean a_HasContents)
          Sets the value of the attribute: HAS_CONTENTS.
 void setHttpVector(Vector a_HttpVector)
          Sets the value of the attribute: HTTP_VECTOR.
 void setInheritedDomain(boolean a_InheritedDomain)
          Sets the value of the attribute: INHERITED_DOMAIN.
 void setName(String a_Name)
          Sets the value of the attribute: NAME.
 void setOperation(HttpContentOperation a_Operation)
          Sets the value of the attribute: OPERATION.
 void setPersistInfo(PersistInfo a_PersistInfo)
          Sets the object for the association that plays role: PERSIST_INFO.
 void setPredecessor(EPMSepFamilyTable a_Predecessor)
          Sets the object for the association that plays role: PREDECESSOR.
 void setPredecessorReference(ObjectReference a_PredecessorReference)
          Sets the value of the attribute: PREDECESSOR_REFERENCE.
 void setPrimary(ContentItem a_Primary)
          Sets the value of the attribute: PRIMARY.
 String toString()
          Returns the conceptual (modeled) name for the class.
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 void writeExternal(PersistentStoreIfc output)
          Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

NAME

public static final String NAME
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

CHECKED_OUT

public static final String CHECKED_OUT
Label for the attribute; Used to indicate whether this family table is considered "checked out", e.g. if it is associated with instances that are currently checked out. MORE INFO WILL PROBABLY BE NEEDED

Supported API: false

See Also:
Constant Field Values

checkedOut

private boolean checkedOut

OWNER_APPLICATION

public static final String OWNER_APPLICATION
Label for the attribute; Indicate that the named application owns the object. This attribute is derived from EPMFamilyTableMaster.

The parameter is an EPMApplicationType, so that any sort of checking can be done at run-time.

Supported API: true

See Also:
Constant Field Values

AUTHORING_APPLICATION

public static final String AUTHORING_APPLICATION
Label for the attribute; Indicates that the named application authored the object. This attribute is derived from EPMFamilyTableMaster.

The parameter is an EPMAuthoringAppType, so that any sort of checking can be done at run-time.

Supported API: true

See Also:
Constant Field Values

PREDECESSOR

public static final String PREDECESSOR
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

PREDECESSOR_REFERENCE

public static final String PREDECESSOR_REFERENCE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

predecessorReference

private ObjectReference predecessorReference

FAMILY_TABLE_MASTER

public static final String FAMILY_TABLE_MASTER
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

familyTableMasterReference

private ObjectReference familyTableMasterReference

thePersistInfo

private PersistInfo thePersistInfo

primary

private ContentItem primary

format

private DataFormatReference format

contentVector

private Vector contentVector

hasContents

private boolean hasContents

operation

private HttpContentOperation operation

httpVector

private Vector httpVector

inheritedDomain

private boolean inheritedDomain

domainRef

private AdminDomainRef domainRef

federatableInfo

private FederatableInfo federatableInfo

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
See Also:
Constant Field Values
Constructor Detail

EPMSepFamilyTable

public EPMSepFamilyTable()
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(EPMSepFamilyTable thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(PersistentStoreIfc output)
                   throws SQLException,
                          DatastoreException
Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store.

(Not intended for general use.)

Supported API: false

Specified by:
writeExternal in interface ObjectMappable
Parameters:
output -
Throws:
SQLException
DatastoreException

readExternal

public void readExternal(PersistentRetrieveIfc input)
                  throws SQLException,
                         DatastoreException
Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store.

(Not intended for general use.)

Supported API: false

Specified by:
readExternal in interface ObjectMappable
Parameters:
input -
Throws:
SQLException
DatastoreException

getConceptualClassname

public String getConceptualClassname()
Deprecated.  

Returns the conceptual (modeled) name for the class.

Supported API: false

Specified by:
getConceptualClassname in interface NetFactor
Returns:
String

toString

public String toString()
Returns the conceptual (modeled) name for the class.

Supported API: false

Returns:
String

getClassInfo

public ClassInfo getClassInfo()
                       throws WTIntrospectionException
Returns the ClassInfo object for this class.

Supported API: false

Specified by:
getClassInfo in interface NetFactor
Returns:
ClassInfo
Throws:
WTIntrospectionException

getName

public String getName()
Gets the value of the attribute: NAME.

Supported API: true

Specified by:
getName in interface EPMFamilyTable
Returns:
String

setName

public void setName(String a_Name)
             throws WTPropertyVetoException
Sets the value of the attribute: NAME.

Supported API: true

Specified by:
setName in interface EPMFamilyTable
Parameters:
a_Name -
Throws:
WTPropertyVetoException

isCheckedOut

public boolean isCheckedOut()
Gets the value of the attribute: CHECKED_OUT. Used to indicate whether this family table is considered "checked out", e.g. if it is associated with instances that are currently checked out. MORE INFO WILL PROBABLY BE NEEDED

Supported API: false

Returns:
boolean

setCheckedOut

public void setCheckedOut(boolean a_CheckedOut)
                   throws WTPropertyVetoException
Sets the value of the attribute: CHECKED_OUT. Used to indicate whether this family table is considered "checked out", e.g. if it is associated with instances that are currently checked out. MORE INFO WILL PROBABLY BE NEEDED

Supported API: false

Parameters:
a_CheckedOut -
Throws:
WTPropertyVetoException

getOwnerApplication

public EPMApplicationType getOwnerApplication()
Gets the value of the attribute: OWNER_APPLICATION. Indicate that the named application owns the object. This attribute is derived from EPMFamilyTableMaster.

The parameter is an EPMApplicationType, so that any sort of checking can be done at run-time.

Supported API: true

Specified by:
getOwnerApplication in interface EPMObject
Returns:
EPMApplicationType

getAuthoringApplication

public EPMAuthoringAppType getAuthoringApplication()
Gets the value of the attribute: AUTHORING_APPLICATION. Indicates that the named application authored the object. This attribute is derived from EPMFamilyTableMaster.

The parameter is an EPMAuthoringAppType, so that any sort of checking can be done at run-time.

Supported API: true

Specified by:
getAuthoringApplication in interface EPMObject
Returns:
EPMAuthoringAppType

getPredecessor

public EPMSepFamilyTable getPredecessor()
Gets the object for the association that plays role: PREDECESSOR.

Supported API: false

Returns:
EPMSepFamilyTable

setPredecessor

public void setPredecessor(EPMSepFamilyTable a_Predecessor)
                    throws WTPropertyVetoException,
                           WTException
Sets the object for the association that plays role: PREDECESSOR.

Supported API: false

Parameters:
a_Predecessor -
Throws:
WTPropertyVetoException
WTException

getPredecessorReference

public ObjectReference getPredecessorReference()
Gets the value of the attribute: PREDECESSOR_REFERENCE.

Supported API: false

Returns:
ObjectReference

setPredecessorReference

public void setPredecessorReference(ObjectReference a_PredecessorReference)
                             throws WTPropertyVetoException
Sets the value of the attribute: PREDECESSOR_REFERENCE.

Supported API: false

Parameters:
a_PredecessorReference -
Throws:
WTPropertyVetoException

predecessorReferenceValidate

private void predecessorReferenceValidate(ObjectReference a_PredecessorReference)
                                   throws WTPropertyVetoException
Parameters:
a_PredecessorReference -
Throws:
WTPropertyVetoException

newEPMSepFamilyTable

public static EPMSepFamilyTable newEPMSepFamilyTable(EPMSepFamilyTable sepFamilyTable)
                                              throws WTException
Create a new "iteration" given an existing "iteration". The domain of the new iteration is copied from the existing iteration.

Supported API: false

Parameters:
sepFamilyTable -
Returns:
EPMSepFamilyTable
Throws:
WTException

initialize

protected void initialize(EPMSepFamilyTable sepFamilyTable)
                   throws WTException
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

Supported API: false

Parameters:
sepFamilyTable -
Throws:
WTException

newEPMSepFamilyTable

public static EPMSepFamilyTable newEPMSepFamilyTable(EPMFamilyTableMaster master,
                                                     AdminDomainRef domain)
                                              throws WTException


Supported API: false

Parameters:
master -
domain -
Returns:
EPMSepFamilyTable
Throws:
WTException

initialize

protected void initialize(EPMFamilyTableMaster master,
                          AdminDomainRef domain)
                   throws WTException
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

Supported API: false

Parameters:
master -
domain -
Throws:
WTException

newEPMSepFamilyTable

public static EPMSepFamilyTable newEPMSepFamilyTable(EPMSepFamilyTable sepFamilyTable,
                                                     AdminDomainRef domain)
                                              throws WTException
Create a new "iteration" given an existing "iteration"

Supported API: false

Parameters:
sepFamilyTable -
domain - Domain of the new iteration.
Returns:
EPMSepFamilyTable
Throws:
WTException

initialize

protected void initialize(EPMSepFamilyTable sepFamilyTable,
                          AdminDomainRef domain)
                   throws WTException
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

Supported API: false

Parameters:
sepFamilyTable -
domain - Domain of the new iteration.
Throws:
WTException

getFamilyTableMaster

public EPMFamilyTableMaster getFamilyTableMaster()
Gets the object for the association that plays role: FAMILY_TABLE_MASTER.

Supported API: true

Specified by:
getFamilyTableMaster in interface EPMFamilyTable
Returns:
EPMFamilyTableMaster

setFamilyTableMaster

public void setFamilyTableMaster(EPMFamilyTableMaster a_FamilyTableMaster)
                          throws WTPropertyVetoException,
                                 WTException
Sets the object for the association that plays role: FAMILY_TABLE_MASTER.

Supported API: true

Specified by:
setFamilyTableMaster in interface EPMFamilyTable
Parameters:
a_FamilyTableMaster -
Throws:
WTPropertyVetoException
WTException

getFamilyTableMasterReference

public ObjectReference getFamilyTableMasterReference()
Gets the value of the attribute: FAMILY_TABLE_MASTER_REFERENCE.

Supported API: true

Specified by:
getFamilyTableMasterReference in interface EPMFamilyTable
Returns:
ObjectReference

setFamilyTableMasterReference

public void setFamilyTableMasterReference(ObjectReference a_FamilyTableMasterReference)
                                   throws WTPropertyVetoException
Sets the value of the attribute: FAMILY_TABLE_MASTER_REFERENCE.

Supported API: true

Specified by:
setFamilyTableMasterReference in interface EPMFamilyTable
Parameters:
a_FamilyTableMasterReference -
Throws:
WTPropertyVetoException

familyTableMasterReferenceValidate

private void familyTableMasterReferenceValidate(ObjectReference a_FamilyTableMasterReference)
                                         throws WTPropertyVetoException
Parameters:
a_FamilyTableMasterReference -
Throws:
WTPropertyVetoException

checkAttributes

public void checkAttributes()
                     throws InvalidAttributeException
Validate the values of this Persistable object's attributes.

In particular, this must check that the modifications to the object were made by an approved application.

Supported API: true

Specified by:
checkAttributes in interface EPMObject
Throws:
InvalidAttributeException

getIdentity

public String getIdentity()
Deprecated. Replaced by IdentityFactory.getDispayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().

Gets the value of the attribute: IDENTITY. Supplies the identity of the object for business purposes. The identity is composed of name, number or possibly other attributes. The identity does not include the type of the object.

Supported API: false

Specified by:
getIdentity in interface Persistable
Returns:
String

getType

public String getType()
Deprecated. Replaced by IdentityFactory.getDispayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().

Gets the value of the attribute: TYPE. Identifies the type of the object for business purposes. This is typically the class name of the object but may be derived from some other attribute of the object.

Supported API: false

Specified by:
getType in interface Persistable
Returns:
String

getPersistInfo

public PersistInfo getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO.

Supported API: false

Specified by:
getPersistInfo in interface Persistable
Returns:
PersistInfo

setPersistInfo

public void setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO.

Supported API: false

Specified by:
setPersistInfo in interface Persistable
Parameters:
a_PersistInfo -

getFormatName

public String getFormatName()
Gets the value of the attribute: FORMAT_NAME.

Supported API: false

Specified by:
getFormatName in interface FormatContentHolder
Returns:
String

getPrimary

public ContentItem getPrimary()
Gets the value of the attribute: PRIMARY. This is a non-persistent ContentItem for FormatContentHolders that is used to pass the primary content from server to client. Should not be directly accessed by the client.

Supported API: false

Specified by:
getPrimary in interface FormatContentHolder
Returns:
ContentItem

setPrimary

public void setPrimary(ContentItem a_Primary)
                throws WTPropertyVetoException
Sets the value of the attribute: PRIMARY. This is a non-persistent ContentItem for FormatContentHolders that is used to pass the primary content from server to client. Should not be directly accessed by the client.

Supported API: false

Specified by:
setPrimary in interface FormatContentHolder
Parameters:
a_Primary -
Throws:
WTPropertyVetoException

getFormat

public DataFormatReference getFormat()
Gets the object for the association that plays role: FORMAT.

Supported API: false

Specified by:
getFormat in interface FormatContentHolder
Returns:
DataFormatReference

setFormat

public void setFormat(DataFormatReference a_Format)
               throws WTPropertyVetoException
Sets the object for the association that plays role: FORMAT.

Supported API: false

Specified by:
setFormat in interface FormatContentHolder
Parameters:
a_Format -
Throws:
WTPropertyVetoException

formatValidate

private void formatValidate(DataFormatReference a_Format)
                     throws WTPropertyVetoException
Parameters:
a_Format -
Throws:
WTPropertyVetoException

getContentVector

public Vector getContentVector()
Gets the value of the attribute: CONTENT_VECTOR. This is a non-persistent vector that is used to pass content from server to client. Should not be directly accessed by the client.

Supported API: false

Specified by:
getContentVector in interface ContentHolder
Returns:
Vector

setContentVector

public void setContentVector(Vector a_ContentVector)
                      throws WTPropertyVetoException
Sets the value of the attribute: CONTENT_VECTOR. This is a non-persistent vector that is used to pass content from server to client. Should not be directly accessed by the client.

Supported API: false

Specified by:
setContentVector in interface ContentHolder
Parameters:
a_ContentVector -
Throws:
WTPropertyVetoException

isHasContents

public boolean isHasContents()
Gets the value of the attribute: HAS_CONTENTS. This is a non-persistent variable that is used to pass information from server to client. Should not be directly accessed by the client

Supported API: false

Specified by:
isHasContents in interface ContentHolder
Returns:
boolean

setHasContents

public void setHasContents(boolean a_HasContents)
                    throws WTPropertyVetoException
Sets the value of the attribute: HAS_CONTENTS. This is a non-persistent variable that is used to pass information from server to client. Should not be directly accessed by the client

Supported API: false

Specified by:
setHasContents in interface ContentHolder
Parameters:
a_HasContents -
Throws:
WTPropertyVetoException

getOperation

public HttpContentOperation getOperation()
Gets the value of the attribute: OPERATION.

Supported API: false

Specified by:
getOperation in interface ContentHolder
Returns:
HttpContentOperation

setOperation

public void setOperation(HttpContentOperation a_Operation)
                  throws WTPropertyVetoException
Sets the value of the attribute: OPERATION.

Supported API: false

Specified by:
setOperation in interface ContentHolder
Parameters:
a_Operation -
Throws:
WTPropertyVetoException

getHttpVector

public Vector getHttpVector()
Gets the value of the attribute: HTTP_VECTOR. This is a non-persistent vector that is used to pass content from server to client. Should not be directly accessed by the client.

Supported API: false

Specified by:
getHttpVector in interface ContentHolder
Returns:
Vector

setHttpVector

public void setHttpVector(Vector a_HttpVector)
                   throws WTPropertyVetoException
Sets the value of the attribute: HTTP_VECTOR. This is a non-persistent vector that is used to pass content from server to client. Should not be directly accessed by the client.

Supported API: false

Specified by:
setHttpVector in interface ContentHolder
Parameters:
a_HttpVector -
Throws:
WTPropertyVetoException

isInheritedDomain

public boolean isInheritedDomain()
Gets the value of the attribute: INHERITED_DOMAIN. A boolean indicating whether the administrative domain is inherited. If the value is true, the domain is inherited from a parent object.

Supported API: false

Specified by:
isInheritedDomain in interface DomainAdministered
Returns:
boolean

setInheritedDomain

public void setInheritedDomain(boolean a_InheritedDomain)
                        throws WTPropertyVetoException
Sets the value of the attribute: INHERITED_DOMAIN. A boolean indicating whether the administrative domain is inherited. If the value is true, the domain is inherited from a parent object.

Supported API: false

Specified by:
setInheritedDomain in interface DomainAdministered
Parameters:
a_InheritedDomain -
Throws:
WTPropertyVetoException

getDomainRef

public AdminDomainRef getDomainRef()
Gets the object for the association that plays role: DOMAIN_REF.

Supported API: false

Specified by:
getDomainRef in interface DomainAdministered
Returns:
AdminDomainRef

setDomainRef

public void setDomainRef(AdminDomainRef a_DomainRef)
Sets the object for the association that plays role: DOMAIN_REF.

Supported API: false

Specified by:
setDomainRef in interface DomainAdministered
Parameters:
a_DomainRef -

getFederatableInfo

public FederatableInfo getFederatableInfo()
Gets the object for the association that plays role: FEDERATABLE_INFO.

Supported API: false

Specified by:
getFederatableInfo in interface Federatable
Returns:
FederatableInfo

setFederatableInfo

public void setFederatableInfo(FederatableInfo a_FederatableInfo)
                        throws WTPropertyVetoException
Sets the object for the association that plays role: FEDERATABLE_INFO.

Supported API: false

Specified by:
setFederatableInfo in interface Federatable
Parameters:
a_FederatableInfo -
Throws:
WTPropertyVetoException

federatableInfoValidate

private void federatableInfoValidate(FederatableInfo a_FederatableInfo)
                              throws WTPropertyVetoException
Parameters:
a_FederatableInfo -
Throws:
WTPropertyVetoException

equals

public boolean equals(Object obj)
Indicates whether the given object is equal to this object from a persistence perspective, by comparing the two objects ObjectIdentifiers. Changed or stale copies are still considered equal by this method. Delegates to PersistenceHelper.equals(Persistable,Object).

Warning: Certain core Windchill operations may depend upon equals being ObjectIdentifier-based. Changes to the default implementation should be done with care, if at all.

Supported API: false

Parameters:
obj -
Returns:
boolean

hashCode

public int hashCode()
Returns a hash code for this object based upon its ObjectIdentifier. Delegates to PersistenceHelper.hashCode(Persistable).

Warning: Certain core Windchill operations may depend upon hashCode being ObjectIdentifier-based. Changes to the default implementation should be done with care, if at all.

Supported API: false

Returns:
int