org.alfresco.repo.domain
Interface DbAuthorityAlias

All Known Implementing Classes:
DbAuthorityAliasImpl

public interface DbAuthorityAlias

Hibernate persistence for authority aliases


Method Summary
 DbAuthority getAlias()
          Get the alias for the authority
 DbAuthority getAuthority()
          Get the authority for which this is an alias
 java.lang.Long getId()
          Get the object id.
 java.lang.Long getVersion()
          Get the version used for optimistic locking
 void setAlias(DbAuthority alias)
          Set the alias
 void setAuthority(DbAuthority authority)
          Set the authority
 

Method Detail

getId

java.lang.Long getId()
Get the object id.

Returns:

getVersion

java.lang.Long getVersion()
Get the version used for optimistic locking

Returns:

getAuthority

DbAuthority getAuthority()
Get the authority for which this is an alias

Returns:

getAlias

DbAuthority getAlias()
Get the alias for the authority

Returns:

setAuthority

void setAuthority(DbAuthority authority)
Set the authority

Parameters:
authority -

setAlias

void setAlias(DbAuthority alias)
Set the alias

Parameters:
alias -


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