org.safehaus.penrose.mapping
Class Entry
java.lang.Object
org.safehaus.penrose.mapping.Entry
- public class Entry
- extends java.lang.Object
- Author:
- Endi S. Dewata
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Entry
public Entry(java.lang.String dn,
EntryMapping entryMapping)
Entry
public Entry(java.lang.String dn,
EntryMapping entryMapping,
AttributeValues attributes)
Entry
public Entry(java.lang.String dn,
EntryMapping entryMapping,
AttributeValues sourceValues,
AttributeValues attributeValues)
getDn
public java.lang.String getDn()
getRdn
public Row getRdn()
throws java.lang.Exception
- Throws:
java.lang.Exception
getAttributeValues
public AttributeValues getAttributeValues()
getEntryMapping
public EntryMapping getEntryMapping()
getSources
public java.util.Collection getSources()
getRelationships
public java.util.Collection getRelationships()
setEntryMapping
public void setEntryMapping(EntryMapping entryMapping)
getObjectClasses
public java.util.Collection getObjectClasses()
getACL
public java.util.Collection getACL()
getSourceValues
public AttributeValues getSourceValues()
setSourceValues
public void setSourceValues(AttributeValues sourceValues)
getParentDn
public java.lang.String getParentDn()
setParentDn
public void setParentDn(java.lang.String parentDn)