org.apache.openejb.jee
Class UserDataConstraint

java.lang.Object
  extended by org.apache.openejb.jee.UserDataConstraint

public class UserDataConstraint
extends Object


Field Summary
protected  List<Text> description
           
protected  String id
           
protected  String transportGuarantee
           
 
Constructor Summary
UserDataConstraint()
           
 
Method Summary
 List<Text> getDescription()
           
 String getId()
           
 String getTransportGuarantee()
           
 void setId(String value)
           
 void setTransportGuarantee(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<Text> description

transportGuarantee

protected String transportGuarantee

id

protected String id
Constructor Detail

UserDataConstraint

public UserDataConstraint()
Method Detail

getDescription

public List<Text> getDescription()

getTransportGuarantee

public String getTransportGuarantee()

setTransportGuarantee

public void setTransportGuarantee(String value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.