com.ptc.wgmecad
Class AttributeStatus

java.lang.Object
  extended bycom.ptc.wgmecad.AttributeStatus

public class AttributeStatus
extends Object


Field Summary
private  ValueEPMDoc epmDoc
           
private  String name
           
private  Boolean receive
           
private  Boolean send
           
private  String status
           
private  String type
           
 
Constructor Summary
AttributeStatus(String name, String type, ValueEPMDoc epmDoc, Boolean send, Boolean receive, String status)
           
 
Method Summary
 Object[] getBrdGridRow(Properties ecadAttrs)
           
 ValueEPMDoc getEpmDoc()
           
 Object[] getGridRow(Properties ecadAttrs)
           
 String getName()
           
 Boolean getReceive()
           
 Object[] getSchGridRow(Properties ecadAttrs)
           
 Boolean getSend()
           
 String getStatus()
           
 String getType()
           
private static Object safe(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

type

private String type

epmDoc

private ValueEPMDoc epmDoc

send

private Boolean send

receive

private Boolean receive

status

private String status
Constructor Detail

AttributeStatus

public AttributeStatus(String name,
                       String type,
                       ValueEPMDoc epmDoc,
                       Boolean send,
                       Boolean receive,
                       String status)
Method Detail

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)