org.broadleafcommerce.profile.core.domain
Class IdGenerationImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.IdGenerationImpl
- All Implemented Interfaces:
- java.io.Serializable, IdGeneration
@Entity
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.Long |
begin
|
protected java.lang.Long |
end
|
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
begin
protected java.lang.Long begin
end
protected java.lang.Long end
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
getBegin
public java.lang.Long getBegin()
- Specified by:
getBegin in interface IdGeneration
setBegin
public void setBegin(java.lang.Long begin)
- Specified by:
setBegin in interface IdGeneration
getEnd
public java.lang.Long getEnd()
- Specified by:
getEnd in interface IdGeneration
setEnd
public void setEnd(java.lang.Long end)
- Specified by:
setEnd 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 © 2011. All Rights Reserved.