org.broadleafcommerce.profile.core.domain
Class IdGenerationImpl

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

@Entity
public class IdGenerationImpl
extends java.lang.Object
implements IdGeneration

See Also:
Serialized Form

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

Field Detail

type

protected java.lang.String type

begin

protected java.lang.Long begin

end

protected java.lang.Long end

batchStart

protected java.lang.Long batchStart

batchSize

protected java.lang.Long batchSize

version

protected java.lang.Integer version
Constructor Detail

IdGenerationImpl

public IdGenerationImpl()
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface IdGeneration

setType

public void setType(java.lang.String type)
Specified by:
setType in interface IdGeneration

getBegin

public java.lang.Long getBegin()
Specified by:
getBegin in interface IdGeneration

setBegin

public void setBegin(java.lang.Long begin)
Specified by:
setBegin in interface IdGeneration

getEnd

public java.lang.Long getEnd()
Specified by:
getEnd in interface IdGeneration

setEnd

public void setEnd(java.lang.Long end)
Specified by:
setEnd in interface IdGeneration

getBatchStart

public java.lang.Long getBatchStart()
Specified by:
getBatchStart in interface IdGeneration

setBatchStart

public void setBatchStart(java.lang.Long batchStart)
Specified by:
setBatchStart in interface IdGeneration

getBatchSize

public java.lang.Long getBatchSize()
Specified by:
getBatchSize in interface IdGeneration

setBatchSize

public void setBatchSize(java.lang.Long batchSize)
Specified by:
setBatchSize in interface IdGeneration

getVersion

public java.lang.Integer getVersion()
Specified by:
getVersion in interface IdGeneration

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2011. All Rights Reserved.