org.broadleafcommerce.profile.domain
Class IdGenerationImpl
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
type
protected java.lang.String type
batchStart
protected java.lang.Long batchStart
batchSize
protected java.lang.Long batchSize
version
protected java.lang.Integer version
IdGenerationImpl
public IdGenerationImpl()
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.