com.ptc.wgmecad
Class AttributeStatus
java.lang.Object
com.ptc.wgmecad.AttributeStatus
- public class AttributeStatus
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private String name
type
private String type
epmDoc
private ValueEPMDoc epmDoc
send
private Boolean send
receive
private Boolean receive
status
private String status
AttributeStatus
public AttributeStatus(String name,
String type,
ValueEPMDoc epmDoc,
Boolean send,
Boolean receive,
String status)
getEpmDoc
public ValueEPMDoc getEpmDoc()
getName
public String getName()
getReceive
public Boolean getReceive()
getSend
public Boolean getSend()
getStatus
public String getStatus()
getType
public String getType()
getGridRow
public Object[] getGridRow(Properties ecadAttrs)
getBrdGridRow
public Object[] getBrdGridRow(Properties ecadAttrs)
getSchGridRow
public Object[] getSchGridRow(Properties ecadAttrs)
safe
private static Object safe(Object o)