com.ptc.wgmecad.ecad
Class ECADAttributesDef

java.lang.Object
  extended bycom.ptc.wgmecad.ecad.ECADAttributesDef

public class ECADAttributesDef
extends Object


Field Summary
private  String attributeName
           
private  String attributeType
           
private  boolean receive
           
private  boolean send
           
 
Constructor Summary
(package private) ECADAttributesDef(String name, String type, boolean send, boolean receive)
           
 
Method Summary
 String getAttributeName()
           
 String getAttributeType()
           
 boolean getReceive()
           
 boolean getSend()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeName

private String attributeName

attributeType

private String attributeType

send

private boolean send

receive

private boolean receive
Constructor Detail

ECADAttributesDef

ECADAttributesDef(String name,
                  String type,
                  boolean send,
                  boolean receive)
Method Detail

getAttributeName

public String getAttributeName()

getAttributeType

public String getAttributeType()

getSend

public boolean getSend()

getReceive

public boolean getReceive()