org.broadleafcommerce.profile.core.domain
Class IdGenerationImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.IdGenerationImpl
- All Implemented Interfaces:
- Serializable, IdGeneration
@Entity
public class IdGenerationImpl
- extends Object
- implements IdGeneration
- See Also:
- Serialized Form
type
protected String type
begin
protected Long begin
end
protected Long end
batchStart
protected Long batchStart
batchSize
protected Long batchSize
version
protected Integer version
IdGenerationImpl
public IdGenerationImpl()
getType
public String getType()
- Specified by:
getType in interface IdGeneration
setType
public void setType(String type)
- Specified by:
setType in interface IdGeneration
getBegin
public Long getBegin()
- Specified by:
getBegin in interface IdGeneration
setBegin
public void setBegin(Long begin)
- Specified by:
setBegin in interface IdGeneration
getEnd
public Long getEnd()
- Specified by:
getEnd in interface IdGeneration
setEnd
public void setEnd(Long end)
- Specified by:
setEnd in interface IdGeneration
getBatchStart
public Long getBatchStart()
- Specified by:
getBatchStart in interface IdGeneration
setBatchStart
public void setBatchStart(Long batchStart)
- Specified by:
setBatchStart in interface IdGeneration
getBatchSize
public Long getBatchSize()
- Specified by:
getBatchSize in interface IdGeneration
setBatchSize
public void setBatchSize(Long batchSize)
- Specified by:
setBatchSize in interface IdGeneration
getVersion
public Integer getVersion()
- Specified by:
getVersion in interface IdGeneration
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.