org.fcrepo.server.config.webxml
Class UserDataConstraint

java.lang.Object
  extended by org.fcrepo.server.config.webxml.UserDataConstraint

public class UserDataConstraint
extends Object


Constructor Summary
UserDataConstraint()
           
UserDataConstraint(String transportGuarantee)
           
 
Method Summary
 void addDescription(String description)
           
 List<String> getDescriptions()
           
 String getTransportGuarantee()
           
 void removeDescription(String description)
           
 void setTransportGuarantee(String transportGuarantee)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDataConstraint

public UserDataConstraint()

UserDataConstraint

public UserDataConstraint(String transportGuarantee)
Method Detail

getDescriptions

public List<String> getDescriptions()

addDescription

public void addDescription(String description)

removeDescription

public void removeDescription(String description)

getTransportGuarantee

public String getTransportGuarantee()

setTransportGuarantee

public void setTransportGuarantee(String transportGuarantee)


Copyright © 2011 DuraSpace. All Rights Reserved.