org.broadleafcommerce.openadmin.server.domain
Interface SandBoxIdGeneration
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- SandBoxIdGenerationImpl
public interface SandBoxIdGeneration
- extends Serializable
getType
String getType()
setType
void setType(String type)
getBegin
Long getBegin()
setBegin
void setBegin(Long begin)
getEnd
Long getEnd()
setEnd
void setEnd(Long end)
getBatchStart
Long getBatchStart()
setBatchStart
void setBatchStart(Long batchStart)
getBatchSize
Long getBatchSize()
setBatchSize
void setBatchSize(Long batchSize)
getVersion
Integer getVersion()
Copyright © 2012. All Rights Reserved.