@Entity public class IdGenerationImpl extends Object implements IdGeneration
Modifier and Type | Field and Description |
---|---|
protected Long |
batchSize |
protected Long |
batchStart |
protected Long |
begin |
protected Long |
end |
protected String |
type |
protected Integer |
version |
Constructor and Description |
---|
IdGenerationImpl() |
Modifier and Type | Method and Description |
---|---|
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) |
protected String type
protected Long begin
protected Long end
protected Long batchStart
protected Long batchSize
protected Integer version
public String getType()
getType
in interface IdGeneration
public void setType(String type)
setType
in interface IdGeneration
public Long getBegin()
getBegin
in interface IdGeneration
public void setBegin(Long begin)
setBegin
in interface IdGeneration
public Long getEnd()
getEnd
in interface IdGeneration
public void setEnd(Long end)
setEnd
in interface IdGeneration
public Long getBatchStart()
getBatchStart
in interface IdGeneration
public void setBatchStart(Long batchStart)
setBatchStart
in interface IdGeneration
public Long getBatchSize()
getBatchSize
in interface IdGeneration
public void setBatchSize(Long batchSize)
setBatchSize
in interface IdGeneration
public Integer getVersion()
getVersion
in interface IdGeneration
Copyright © 2022. All rights reserved.