org.fcrepo.server.security.xacml.pdp.data
Class DocumentInfo

java.lang.Object
  extended by org.fcrepo.server.security.xacml.pdp.data.DocumentInfo

public class DocumentInfo
extends Object


Constructor Summary
DocumentInfo()
           
DocumentInfo(String name, String content)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getContent()
           
 String getName()
           
 int hashCode()
           
 void setContent(String content)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentInfo

public DocumentInfo()

DocumentInfo

public DocumentInfo(String name,
                    String content)
Method Detail

getContent

public String getContent()
Returns:
the content

setContent

public void setContent(String content)
Parameters:
content - the content to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 DuraSpace. All Rights Reserved.