Package wt.epm.familytable
Class _EPMFamilyTableCellDependency
java.lang.Object
wt.epm.familytable._EPMFamilyTableCell
wt.epm.familytable.EPMFamilyTableCell
wt.epm.familytable._EPMFamilyTableCellDependency
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable
- Direct Known Subclasses:
EPMFamilyTableCellDependency
public abstract class _EPMFamilyTableCellDependency
extends wt.epm.familytable.EPMFamilyTableCell
implements Externalizable
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionSupported API: trueSupported API: truebooleanSupported API: truevoidsetChildName(String childName) Supported API: truevoidsetSuppressed(boolean suppressed) Supported API: truevoidsetUniqueId(String uniqueId) Supported API: true
-
Field Details
-
UNIQUE_ID
Supported API: true -
SUPPRESSED
Supported API: true -
CHILD_NAME
Supported API: true
-
-
Method Details
-
getUniqueId
Supported API: true- See Also:
-
setUniqueId
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
isSuppressed
public boolean isSuppressed()Supported API: true- See Also:
-
setSuppressed
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getChildName
Supported API: true- See Also:
-
setChildName
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-