org.broadleafcommerce.openadmin.server.domain
Class SandBoxIdGenerationImpl

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.domain.SandBoxIdGenerationImpl
All Implemented Interfaces:
java.io.Serializable, SandBoxIdGeneration

@Entity
public class SandBoxIdGenerationImpl
extends java.lang.Object
implements SandBoxIdGeneration

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
SandBoxIdGenerationImpl()
           
 
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

SandBoxIdGenerationImpl

public SandBoxIdGenerationImpl()
Method Detail

getType

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

setType

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

getBegin

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

setBegin

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

getEnd

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

setEnd

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

getBatchStart

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

setBatchStart

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

getBatchSize

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

setBatchSize

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

getVersion

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

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.