Package cdm.legaldocumentation.csa
Class CSAThreshold.CSAThresholdBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.CSAThreshold.CSAThresholdBuilderImpl
- All Implemented Interfaces:
CSAThreshold,CSAThreshold.CSAThresholdBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
CSAThreshold
public static class CSAThreshold.CSAThresholdBuilderImpl
extends Object
implements CSAThreshold.CSAThresholdBuilder
Builder Implementation of CSAThreshold
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CSAThreshold
CSAThreshold.CSAThresholdBuilder, CSAThreshold.CSAThresholdBuilderImpl, CSAThreshold.CSAThresholdImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.csa.CSAThreshold
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanDetails whether the threshold is rating based, a fixed amount, or infinity.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setThresholdType(ThresholdType _thresholdType) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.CSAThreshold
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.CSAThreshold.CSAThresholdBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
thresholdType
-
-
Constructor Details
-
CSAThresholdBuilderImpl
public CSAThresholdBuilderImpl()
-
-
Method Details
-
getThresholdType
@RosettaAttribute("thresholdType") @Accessor(GETTER) @Required @RuneAttribute("thresholdType") public ThresholdType.ThresholdTypeBuilder getThresholdType()Description copied from interface:CSAThresholdDetails whether the threshold is rating based, a fixed amount, or infinity.- Specified by:
getThresholdTypein interfaceCSAThreshold- Specified by:
getThresholdTypein interfaceCSAThreshold.CSAThresholdBuilder
-
getOrCreateThresholdType
- Specified by:
getOrCreateThresholdTypein interfaceCSAThreshold.CSAThresholdBuilder
-
setThresholdType
@RosettaAttribute("thresholdType") @Accessor(SETTER) @Required @RuneAttribute("thresholdType") public CSAThreshold.CSAThresholdBuilder setThresholdType(ThresholdType _thresholdType) - Specified by:
setThresholdTypein interfaceCSAThreshold.CSAThresholdBuilder
-
build
Description copied from interface:CSAThresholdBuild Methods- Specified by:
buildin interfaceCSAThreshold- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCSAThreshold- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceCSAThreshold.CSAThresholdBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public CSAThreshold.CSAThresholdBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-