org.broadleafcommerce.profile.core.domain
Interface IdGeneration

All Superinterfaces:
Serializable
All Known Implementing Classes:
IdGenerationImpl

public interface IdGeneration
extends Serializable


Method Summary
 Long getBatchSize()
           
 Long getBatchStart()
           
 Long getBegin()
           
 Long getEnd()
           
 String getType()
           
 Integer getVersion()
           
 void setBatchSize(Long batchSize)
           
 void setBatchStart(Long batchStart)
           
 void setBegin(Long begin)
           
 void setEnd(Long end)
           
 void setType(String type)
           
 

Method Detail

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.