public final class RuleTemplateOption extends AbstractDataTransferObject implements RuleTemplateOptionContract
Modifier and Type | Class and Description |
---|---|
static class |
RuleTemplateOption.Builder
A builder which can be used to construct
RuleTemplateOption instances. |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getId()
The unique identifier for an object.
|
String |
getRuleTemplateId() |
String |
getValue() |
Long |
getVersionNumber()
Returns the version number for this object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getValue()
getValue
in interface RuleTemplateOptionContract
public String getRuleTemplateId()
getRuleTemplateId
in interface RuleTemplateOptionContract
public String getCode()
getCode
in interface RuleTemplateOptionContract
public String getId()
Identifiable
getId
in interface Identifiable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.