wt.epm.familytable
Class EPMFamilyTableCellDependency

java.lang.Object
  extended by wt.epm.familytable.EPMFamilyTableCell
      extended by wt.epm.familytable.EPMFamilyTableCellDependency
All Implemented Interfaces:
Externalizable, Serializable, NetFactor, ObjectMappable, Persistable

public class EPMFamilyTableCellDependency
extends wt.epm.familytable.EPMFamilyTableCell
implements Externalizable

Use the newEPMFamilyTableCellDependency static factory method(s), not the EPMFamilyTableCellDependency 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 CHILD_NAME
          Label for the attribute.
static String SUPPRESSED
          Label for the attribute.
static String UNIQUE_ID
          Label for the attribute.
 
Method Summary
 String getChildName()
          Gets the value of the attribute: CHILD_NAME.
 String getUniqueId()
          Gets the value of the attribute: UNIQUE_ID.
 boolean isSuppressed()
          Gets the value of the attribute: SUPPRESSED.
 void setChildName(String a_ChildName)
          Sets the value of the attribute: CHILD_NAME.
 void setSuppressed(boolean a_Suppressed)
          Sets the value of the attribute: SUPPRESSED.
 void setUniqueId(String a_UniqueId)
          Sets the value of the attribute: UNIQUE_ID.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNIQUE_ID

public static final String UNIQUE_ID
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

SUPPRESSED

public static final String SUPPRESSED
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

CHILD_NAME

public static final String CHILD_NAME
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getUniqueId

public String getUniqueId()
Gets the value of the attribute: UNIQUE_ID.

Supported API: true

Returns:
String

setUniqueId

public void setUniqueId(String a_UniqueId)
                 throws WTPropertyVetoException
Sets the value of the attribute: UNIQUE_ID.

Supported API: true

Parameters:
a_UniqueId -
Throws:
WTPropertyVetoException

isSuppressed

public boolean isSuppressed()
Gets the value of the attribute: SUPPRESSED.

Supported API: true

Returns:
boolean

setSuppressed

public void setSuppressed(boolean a_Suppressed)
                   throws WTPropertyVetoException
Sets the value of the attribute: SUPPRESSED.

Supported API: true

Parameters:
a_Suppressed -
Throws:
WTPropertyVetoException

getChildName

public String getChildName()
Gets the value of the attribute: CHILD_NAME.

Supported API: true

Returns:
String

setChildName

public void setChildName(String a_ChildName)
                  throws WTPropertyVetoException
Sets the value of the attribute: CHILD_NAME.

Supported API: true

Parameters:
a_ChildName -
Throws:
WTPropertyVetoException