org.fcrepo.server.security.xacml.pdp.data
Class DocumentInfo
java.lang.Object
org.fcrepo.server.security.xacml.pdp.data.DocumentInfo
public class DocumentInfo
- extends Object
DocumentInfo
public DocumentInfo()
DocumentInfo
public DocumentInfo(String name,
String content)
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.