org.broadleafcommerce.profile.domain
Class IdGenerationImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.domain.IdGenerationImpl
All Implemented Interfaces:
java.io.Serializable, IdGeneration

public class IdGenerationImpl
extends java.lang.Object
implements IdGeneration

See Also:
Serialized Form

Field Summary
protected  java.lang.Long batchSize
           
protected  java.lang.Long batchStart
           
protected  java.lang.String type
           
protected  java.lang.Integer version
           
 
Constructor Summary
IdGenerationImpl()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Long getBatchSize()
           
 java.lang.Long getBatchStart()
           
 java.lang.String getType()
           
 java.lang.Integer getVersion()
           
 int hashCode()
           
 void setBatchSize(java.lang.Long batchSize)
           
 void setBatchStart(java.lang.Long batchStart)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected java.lang.String type

batchStart

protected java.lang.Long batchStart

batchSize

protected java.lang.Long batchSize

version

protected java.lang.Integer version
Constructor Detail

IdGenerationImpl

public IdGenerationImpl()
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface IdGeneration

setType

public void setType(java.lang.String type)
Specified by:
setType in interface IdGeneration

getBatchStart

public java.lang.Long getBatchStart()
Specified by:
getBatchStart in interface IdGeneration

setBatchStart

public void setBatchStart(java.lang.Long batchStart)
Specified by:
setBatchStart in interface IdGeneration

getBatchSize

public java.lang.Long getBatchSize()
Specified by:
getBatchSize in interface IdGeneration

setBatchSize

public void setBatchSize(java.lang.Long batchSize)
Specified by:
setBatchSize in interface IdGeneration

getVersion

public java.lang.Integer getVersion()
Specified by:
getVersion in interface IdGeneration

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


Copyright © 2010. All Rights Reserved.