org.apache.jetspeed.om.portlet.impl
Class UserDataConstraintImpl

java.lang.Object
  extended by org.apache.jetspeed.om.portlet.impl.UserDataConstraintImpl
All Implemented Interfaces:
java.io.Serializable, org.apache.pluto.container.om.portlet.UserDataConstraint

public class UserDataConstraintImpl
extends java.lang.Object
implements UserDataConstraint, java.io.Serializable

Version:
$Id: UserDataConstraintImpl.java 785910 2009-06-18 05:11:11Z rwatler $
See Also:
Serialized Form

Field Summary
protected  java.util.List<Description> descriptions
           
 
Fields inherited from interface org.apache.pluto.container.om.portlet.UserDataConstraint
CONFIDENTIAL, INTEGRAL, NONE
 
Constructor Summary
UserDataConstraintImpl()
           
 
Method Summary
 Description addDescription(java.lang.String lang)
           
 Description getDescription(java.util.Locale locale)
           
 java.util.List<Description> getDescriptions()
           
 java.lang.String getTransportGuarantee()
           
 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

descriptions

protected java.util.List<Description> descriptions
Constructor Detail

UserDataConstraintImpl

public UserDataConstraintImpl()
Method Detail

getDescription

public Description getDescription(java.util.Locale locale)
Specified by:
getDescription in interface org.apache.pluto.container.om.portlet.UserDataConstraint

getDescriptions

public java.util.List<Description> getDescriptions()
Specified by:
getDescriptions in interface org.apache.pluto.container.om.portlet.UserDataConstraint

addDescription

public Description addDescription(java.lang.String lang)
Specified by:
addDescription in interface org.apache.pluto.container.om.portlet.UserDataConstraint

getTransportGuarantee

public java.lang.String getTransportGuarantee()
Specified by:
getTransportGuarantee in interface org.apache.pluto.container.om.portlet.UserDataConstraint

setTransportGuarantee

public void setTransportGuarantee(java.lang.String value)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.