org.apache.pluto.descriptors.common
Class UserDataConstraintDD

java.lang.Object
  extended byorg.apache.pluto.descriptors.common.UserDataConstraintDD

public class UserDataConstraintDD
extends java.lang.Object

User Data Constraint descriptor.

Since:
Feb 28, 2005
Version:
$Id: UserDataConstraintDD.java 156636 2005-03-09 12:16:31Z cziegeler $

Field Summary
static java.lang.String CONFIDENTIAL
           
static java.lang.String INTEGRAL
           
static java.lang.String NONE
           
 
Constructor Summary
UserDataConstraintDD()
           
 
Method Summary
 java.util.List getDescriptions()
           
 java.lang.String getTransportGuarantee()
           
 void setDescriptions(java.util.List descriptions)
           
 void setTransportGuarantee(java.lang.String transportGuarantee)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final java.lang.String NONE
See Also:
Constant Field Values

INTEGRAL

public static final java.lang.String INTEGRAL
See Also:
Constant Field Values

CONFIDENTIAL

public static final java.lang.String CONFIDENTIAL
See Also:
Constant Field Values
Constructor Detail

UserDataConstraintDD

public UserDataConstraintDD()
Method Detail

getDescriptions

public java.util.List getDescriptions()

setDescriptions

public void setDescriptions(java.util.List descriptions)

getTransportGuarantee

public java.lang.String getTransportGuarantee()

setTransportGuarantee

public void setTransportGuarantee(java.lang.String transportGuarantee)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.