org.broadleafcommerce.profile.core.domain
Class IdGenerationImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.domain.IdGenerationImpl
All Implemented Interfaces:
Serializable, IdGeneration

@Entity
public class IdGenerationImpl
extends Object
implements IdGeneration

See Also:
Serialized Form

Field Summary
protected  Long batchSize
           
protected  Long batchStart
           
protected  Long begin
           
protected  Long end
           
protected  String type
           
protected  Integer version
           
 
Constructor Summary
IdGenerationImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getBatchSize()
           
 Long getBatchStart()
           
 Long getBegin()
           
 Long getEnd()
           
 String getType()
           
 Integer getVersion()
           
 int hashCode()
           
 void setBatchSize(Long batchSize)
           
 void setBatchStart(Long batchStart)
           
 void setBegin(Long begin)
           
 void setEnd(Long end)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type

begin

protected Long begin

end

protected Long end

batchStart

protected Long batchStart

batchSize

protected Long batchSize

version

protected Integer version
Constructor Detail

IdGenerationImpl

public IdGenerationImpl()
Method Detail

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.