wt.epm.ndi.impl
Class EPMNDFamilyTableMemberImpl

java.lang.Object
  extended bywt.epm.ndi.impl.EPMNDFamilyTableMemberImpl
All Implemented Interfaces:
EPMNDFamilyTableMember

public class EPMNDFamilyTableMemberImpl
extends Object
implements EPMNDFamilyTableMember

.Creates instance of EPMNDFamilyTableMember Supported API: false Extendable: false


Field Summary
private  NDICache cache
           
private  EPMFamilyTable familyTable
           
private  EPMDocument instance
           
private  EPMContainedIn link
           
 
Constructor Summary
EPMNDFamilyTableMemberImpl(NDICache cache, EPMDocument document, EPMFamilyTable ft)
           
 
Method Summary
 String getAsStoredName()
          Gets the value of the attribute: asStoredName.
 String getCadName()
          Gets the value of the attribute: cadName.
private  List getCellColumns()
           
 Map getCellValues()
          Gets the object for the association that plays role: cellValues.
 Collection getChildren()
          Gets the object for the association that plays role: children.
 List getColumns()
          Gets the object for the association that plays role: columns.
 EPMNDDocument getDocument()
           
 int getVerifyStatus()
          Gets the value of the attribute: verifyStatus.
 boolean isExtLocked()
          Gets the value of the attribute: extLocked.
 boolean isLocked()
          Gets the value of the attribute: locked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

private NDICache cache

instance

private EPMDocument instance

link

private EPMContainedIn link

familyTable

private EPMFamilyTable familyTable
Constructor Detail

EPMNDFamilyTableMemberImpl

public EPMNDFamilyTableMemberImpl(NDICache cache,
                                  EPMDocument document,
                                  EPMFamilyTable ft)
                           throws WTException
Method Detail

getCadName

public String getCadName()
                  throws WTException
Description copied from interface: EPMNDFamilyTableMember
Gets the value of the attribute: cadName.

Supported API: true

Specified by:
getCadName in interface EPMNDFamilyTableMember
Returns:
String
Throws:
WTException

getAsStoredName

public String getAsStoredName()
                       throws WTException
Description copied from interface: EPMNDFamilyTableMember
Gets the value of the attribute: asStoredName.

Supported API: true

Specified by:
getAsStoredName in interface EPMNDFamilyTableMember
Returns:
String
Throws:
WTException

isLocked

public boolean isLocked()
                 throws WTException
Description copied from interface: EPMNDFamilyTableMember
Gets the value of the attribute: locked.

Supported API: true

Specified by:
isLocked in interface EPMNDFamilyTableMember
Returns:
boolean
Throws:
WTException

isExtLocked

public boolean isExtLocked()
                    throws WTException
Description copied from interface: EPMNDFamilyTableMember
Gets the value of the attribute: extLocked.

Supported API: true

Specified by:
isExtLocked in interface EPMNDFamilyTableMember
Returns:
boolean
Throws:
WTException

getVerifyStatus

public int getVerifyStatus()
                    throws WTException
Description copied from interface: EPMNDFamilyTableMember
Gets the value of the attribute: verifyStatus.

Supported API: true

Specified by:
getVerifyStatus in interface EPMNDFamilyTableMember
Returns:
int
Throws:
WTException

getChildren

public Collection getChildren()
                       throws WTException
Description copied from interface: EPMNDFamilyTableMember
Gets the object for the association that plays role: children.

Supported API: true

Specified by:
getChildren in interface EPMNDFamilyTableMember
Returns:
Collection
Throws:
WTException

getColumns

public List getColumns()
                throws WTException
Description copied from interface: EPMNDFamilyTableMember
Gets the object for the association that plays role: columns.

Supported API: true

Specified by:
getColumns in interface EPMNDFamilyTableMember
Returns:
List
Throws:
WTException

getCellColumns

private List getCellColumns()
                     throws WTException
Throws:
WTException

getDocument

public EPMNDDocument getDocument()
                          throws WTException
Throws:
WTException

getCellValues

public Map getCellValues()
                  throws WTException
Description copied from interface: EPMNDFamilyTableMember
Gets the object for the association that plays role: cellValues.

Supported API: true

Specified by:
getCellValues in interface EPMNDFamilyTableMember
Returns:
Map
Throws:
WTException