org.alfresco.repo.domain.hibernate
Class DbAccessControlEntryContextImpl

java.lang.Object
  extended by org.alfresco.repo.domain.hibernate.DbAccessControlEntryContextImpl
All Implemented Interfaces:
java.io.Serializable, DbAccessControlEntryContext

public class DbAccessControlEntryContextImpl
extends java.lang.Object
implements DbAccessControlEntryContext, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DbAccessControlEntryContextImpl()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getClassContext()
          Get the class context.
 java.lang.Long getId()
          Get the id for this object
 java.lang.String getKvpContext()
          Get the key value pair context Serialized Map
 java.lang.String getPropertyContext()
          Get the property context QName QName Qname => property types to which it applies
 java.lang.Long getVersion()
          Get the version for this object
 int hashCode()
           
 void setClassContext(java.lang.String classContext)
          Set the class context - as described above
 void setKvpContext(java.lang.String kvpContext)
          Get the key value pair context
 void setPropertyContext(java.lang.String propertyContext)
          Get the property context strin as a above
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DbAccessControlEntryContextImpl

public DbAccessControlEntryContextImpl()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getClassContext

public java.lang.String getClassContext()
Description copied from interface: DbAccessControlEntryContext
Get the class context. This is a space separated list of QNames with an optional + or minus +QName => Must be of this type or have the aspect -Qname => Must not be of this type or have the aspect +QName +QName +QName => Must have all of these types -QName -Qname => Must not have any of these types QName QName QName => Must have one of the types QName => requires exact type match QName~ => requires a match on the type or subtype Supports () for grouping

Specified by:
getClassContext in interface DbAccessControlEntryContext
Returns:

getId

public java.lang.Long getId()
Description copied from interface: DbAccessControlEntryContext
Get the id for this object

Specified by:
getId in interface DbAccessControlEntryContext
Returns:

getKvpContext

public java.lang.String getKvpContext()
Description copied from interface: DbAccessControlEntryContext
Get the key value pair context Serialized Map

Specified by:
getKvpContext in interface DbAccessControlEntryContext
Returns:

getPropertyContext

public java.lang.String getPropertyContext()
Description copied from interface: DbAccessControlEntryContext
Get the property context QName QName Qname => property types to which it applies

Specified by:
getPropertyContext in interface DbAccessControlEntryContext
Returns:

getVersion

public java.lang.Long getVersion()
Description copied from interface: DbAccessControlEntryContext
Get the version for this object

Specified by:
getVersion in interface DbAccessControlEntryContext
Returns:

setClassContext

public void setClassContext(java.lang.String classContext)
Description copied from interface: DbAccessControlEntryContext
Set the class context - as described above

Specified by:
setClassContext in interface DbAccessControlEntryContext

setKvpContext

public void setKvpContext(java.lang.String kvpContext)
Description copied from interface: DbAccessControlEntryContext
Get the key value pair context

Specified by:
setKvpContext in interface DbAccessControlEntryContext

setPropertyContext

public void setPropertyContext(java.lang.String propertyContext)
Description copied from interface: DbAccessControlEntryContext
Get the property context strin as a above

Specified by:
setPropertyContext in interface DbAccessControlEntryContext


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.