@Entity public class IdGenerationImpl extends java.lang.Object implements IdGeneration
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
IdGenerationImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected java.lang.String type
protected java.lang.Long begin
protected java.lang.Long end
protected java.lang.Long batchStart
protected java.lang.Long batchSize
protected java.lang.Integer version
public java.lang.String getType()
getType in interface IdGenerationpublic void setType(java.lang.String type)
setType in interface IdGenerationpublic java.lang.Long getBegin()
getBegin in interface IdGenerationpublic void setBegin(java.lang.Long begin)
setBegin in interface IdGenerationpublic java.lang.Long getEnd()
getEnd in interface IdGenerationpublic void setEnd(java.lang.Long end)
setEnd in interface IdGenerationpublic java.lang.Long getBatchStart()
getBatchStart in interface IdGenerationpublic void setBatchStart(java.lang.Long batchStart)
setBatchStart in interface IdGenerationpublic java.lang.Long getBatchSize()
getBatchSize in interface IdGenerationpublic void setBatchSize(java.lang.Long batchSize)
setBatchSize in interface IdGenerationpublic java.lang.Integer getVersion()
getVersion in interface IdGenerationpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.