org.safehaus.penrose.mapping
Class Entry

java.lang.Object
  extended byorg.safehaus.penrose.mapping.Entry

public class Entry
extends java.lang.Object

Author:
Endi S. Dewata

Constructor Summary
Entry(java.lang.String dn, EntryMapping entryMapping)
           
Entry(java.lang.String dn, EntryMapping entryMapping, AttributeValues attributes)
           
Entry(java.lang.String dn, EntryMapping entryMapping, AttributeValues sourceValues, AttributeValues attributeValues)
           
 
Method Summary
 java.util.Collection getACL()
           
 AttributeValues getAttributeValues()
           
 java.lang.String getDn()
           
 EntryMapping getEntryMapping()
           
 java.util.Collection getObjectClasses()
           
 java.lang.String getParentDn()
           
 Row getRdn()
           
 java.util.Collection getRelationships()
           
 java.util.Collection getSources()
           
 AttributeValues getSourceValues()
           
 void setEntryMapping(EntryMapping entryMapping)
           
 void setParentDn(java.lang.String parentDn)
           
 void setSourceValues(AttributeValues sourceValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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)