org.kuali.rice.kim.api.identity.external
Class EntityExternalIdentifier.Builder

java.lang.Object
  extended by org.kuali.rice.kim.api.identity.external.EntityExternalIdentifier.Builder
All Implemented Interfaces:
Serializable, GloballyUnique, Identifiable, Versioned, ModelBuilder, EntityExternalIdentifierContract
Enclosing class:
EntityExternalIdentifier

public static final class EntityExternalIdentifier.Builder
extends Object
implements Serializable, ModelBuilder, EntityExternalIdentifierContract

A builder which can be used to construct EntityExternalIdentifier instances. Enforces the constraints of the EntityExternalIdentifierContract.

See Also:
Serialized Form

Method Summary
 EntityExternalIdentifier build()
          Returns an instance of the object being built by this builder based on the current state of the builder.
static EntityExternalIdentifier.Builder create()
           
static EntityExternalIdentifier.Builder create(EntityExternalIdentifierContract contract)
           
 String getEntityId()
          Gets this id of the parent identity object.
 String getExternalId()
          Gets this EntityExternalIdentifierContract's external id.
 EntityExternalIdentifierType.Builder getExternalIdentifierType()
          Gets this EntityExternalIdentifierContract's type.
 String getExternalIdentifierTypeCode()
          Gets this EntityExternalIdentifierContract's type code.
 String getId()
          The unique identifier for an object.
 String getObjectId()
          Return the globally unique object id of this object.
 Long getVersionNumber()
          Returns the version number for this object.
 void setEntityId(String entityId)
           
 void setExternalId(String externalId)
           
 void setExternalIdentifierType(EntityExternalIdentifierType.Builder externalIdentifierType)
           
 void setExternalIdentifierTypeCode(String externalIdentifierTypeCode)
           
 void setId(String id)
           
 void setObjectId(String objectId)
           
 void setVersionNumber(Long versionNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static EntityExternalIdentifier.Builder create()

create

public static EntityExternalIdentifier.Builder create(EntityExternalIdentifierContract contract)

build

public EntityExternalIdentifier build()
Description copied from interface: ModelBuilder
Returns an instance of the object being built by this builder based on the current state of the builder. It should be possible to invoke this method more than once on the same builder. It should never return null;

Specified by:
build in interface ModelBuilder
Returns:
an instance of the object being built by this builder, should never return null

getEntityId

public String getEntityId()
Description copied from interface: EntityExternalIdentifierContract
Gets this id of the parent identity object.

Specified by:
getEntityId in interface EntityExternalIdentifierContract
Returns:
the identity id for this EntityEmailContract

getExternalIdentifierTypeCode

public String getExternalIdentifierTypeCode()
Description copied from interface: EntityExternalIdentifierContract
Gets this EntityExternalIdentifierContract's type code.

Specified by:
getExternalIdentifierTypeCode in interface EntityExternalIdentifierContract
Returns:
the type code for this EntityExternalIdentifierContract, or null if none has been assigned.

getExternalIdentifierType

public EntityExternalIdentifierType.Builder getExternalIdentifierType()
Description copied from interface: EntityExternalIdentifierContract
Gets this EntityExternalIdentifierContract's type.

Specified by:
getExternalIdentifierType in interface EntityExternalIdentifierContract
Returns:
the type for this EntityExternalIdentifierContract, or null if none has been assigned.

getExternalId

public String getExternalId()
Description copied from interface: EntityExternalIdentifierContract
Gets this EntityExternalIdentifierContract's external id.

Specified by:
getExternalId in interface EntityExternalIdentifierContract
Returns:
the external id for this EntityExternalIdentifierContract, or null if none has been assigned.

getVersionNumber

public Long getVersionNumber()
Description copied from interface: Versioned
Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking.

Specified by:
getVersionNumber in interface Versioned
Returns:
the version number, or null if one has not been assigned yet

getObjectId

public String getObjectId()
Description copied from interface: GloballyUnique
Return the globally unique object id of this object. In general, this value should only be null if the object has not yet been stored to a persistent data store.

Specified by:
getObjectId in interface GloballyUnique
Returns:
the objectId of this object, or null if it has not been set yet

getId

public String getId()
Description copied from interface: Identifiable
The unique identifier for an object. This can be null.

Specified by:
getId in interface Identifiable
Returns:
the id

setEntityId

public void setEntityId(String entityId)

setExternalIdentifierTypeCode

public void setExternalIdentifierTypeCode(String externalIdentifierTypeCode)

setExternalIdentifierType

public void setExternalIdentifierType(EntityExternalIdentifierType.Builder externalIdentifierType)

setExternalId

public void setExternalId(String externalId)

setVersionNumber

public void setVersionNumber(Long versionNumber)

setObjectId

public void setObjectId(String objectId)

setId

public void setId(String id)


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.