org.broadleafcommerce.openadmin.server.domain
Class SandBoxIdGenerationImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.domain.SandBoxIdGenerationImpl
- All Implemented Interfaces:
- Serializable, SandBoxIdGeneration
@Entity
public class SandBoxIdGenerationImpl
- extends Object
- implements SandBoxIdGeneration
- 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
SandBoxIdGenerationImpl
public SandBoxIdGenerationImpl()
getType
public String getType()
- Specified by:
getType in interface SandBoxIdGeneration
setType
public void setType(String type)
- Specified by:
setType in interface SandBoxIdGeneration
getBegin
public Long getBegin()
- Specified by:
getBegin in interface SandBoxIdGeneration
setBegin
public void setBegin(Long begin)
- Specified by:
setBegin in interface SandBoxIdGeneration
getEnd
public Long getEnd()
- Specified by:
getEnd in interface SandBoxIdGeneration
setEnd
public void setEnd(Long end)
- Specified by:
setEnd in interface SandBoxIdGeneration
getBatchStart
public Long getBatchStart()
- Specified by:
getBatchStart in interface SandBoxIdGeneration
setBatchStart
public void setBatchStart(Long batchStart)
- Specified by:
setBatchStart in interface SandBoxIdGeneration
getBatchSize
public Long getBatchSize()
- Specified by:
getBatchSize in interface SandBoxIdGeneration
setBatchSize
public void setBatchSize(Long batchSize)
- Specified by:
setBatchSize in interface SandBoxIdGeneration
getVersion
public Integer getVersion()
- Specified by:
getVersion in interface SandBoxIdGeneration
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012. All Rights Reserved.