org.apache.openejb.jee
Class UserDataConstraint

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

public class UserDataConstraint
extends java.lang.Object


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

Field Detail

description

protected java.util.List<Text> description

transportGuarantee

protected java.lang.String transportGuarantee

id

protected java.lang.String id
Constructor Detail

UserDataConstraint

public UserDataConstraint()
Method Detail

getDescription

public java.util.List<Text> getDescription()

getTransportGuarantee

public java.lang.String getTransportGuarantee()

setTransportGuarantee

public void setTransportGuarantee(java.lang.String value)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)


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