|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kew.api.rule.RuleTemplateOption.Builder
public static final class RuleTemplateOption.Builder
A builder which can be used to construct RuleTemplateOption instances. Enforces the constraints of the RuleTemplateOptionContract.
| Method Summary | |
|---|---|
RuleTemplateOption |
build()
Returns an instance of the object being built by this builder based on the current state of the builder. |
static RuleTemplateOption.Builder |
create()
|
static RuleTemplateOption.Builder |
create(RuleTemplateOptionContract contract)
|
String |
getCode()
|
String |
getId()
The unique identifier for an object. |
String |
getRuleTemplateId()
|
String |
getValue()
|
Long |
getVersionNumber()
Returns the version number for this object. |
void |
setCode(String code)
|
void |
setId(String id)
|
void |
setRuleTemplateId(String ruleTemplateId)
|
void |
setValue(String value)
|
void |
setVersionNumber(Long versionNumber)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RuleTemplateOption.Builder create()
public static RuleTemplateOption.Builder create(RuleTemplateOptionContract contract)
public RuleTemplateOption build()
ModelBuilder
build in interface ModelBuilderpublic String getValue()
getValue in interface RuleTemplateOptionContractpublic String getRuleTemplateId()
getRuleTemplateId in interface RuleTemplateOptionContractpublic String getCode()
getCode in interface RuleTemplateOptionContractpublic String getId()
Identifiable
getId in interface Identifiablepublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic void setValue(String value)
public void setRuleTemplateId(String ruleTemplateId)
public void setCode(String code)
public void setId(String id)
public void setVersionNumber(Long versionNumber)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||