Class IdGenerationImpl
java.lang.Object
org.broadleafcommerce.common.id.domain.IdGenerationImpl
- All Implemented Interfaces:
Serializable
,IdGeneration
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBegin()
getEnd()
getType()
int
hashCode()
void
setBatchSize
(Long batchSize) void
setBatchStart
(Long batchStart) void
void
void
-
Field Details
-
type
-
begin
-
end
-
batchStart
-
batchSize
-
version
-
-
Constructor Details
-
IdGenerationImpl
public IdGenerationImpl()
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceIdGeneration
-
setType
- Specified by:
setType
in interfaceIdGeneration
-
getBegin
- Specified by:
getBegin
in interfaceIdGeneration
-
setBegin
- Specified by:
setBegin
in interfaceIdGeneration
-
getEnd
- Specified by:
getEnd
in interfaceIdGeneration
-
setEnd
- Specified by:
setEnd
in interfaceIdGeneration
-
getBatchStart
- Specified by:
getBatchStart
in interfaceIdGeneration
-
setBatchStart
- Specified by:
setBatchStart
in interfaceIdGeneration
-
getBatchSize
- Specified by:
getBatchSize
in interfaceIdGeneration
-
setBatchSize
- Specified by:
setBatchSize
in interfaceIdGeneration
-
getVersion
- Specified by:
getVersion
in interfaceIdGeneration
-
hashCode
public int hashCode() -
equals
-