public final class Style extends AbstractDataTransferObject implements StyleContract
| Modifier and Type | Class and Description |
|---|---|
static class |
Style.Builder
A builder which can be used to construct
Style instances. |
static class |
Style.Cache |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The unique identifier for an object.
|
String |
getName()
Returns the name of this style.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
String |
getXmlContent()
Returns the XML definition of this style as a String.
|
boolean |
isActive()
The active indicator for an object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
IdentifiablegetId in interface Identifiablepublic String getName()
StyleContractgetName in interface StyleContractpublic String getXmlContent()
StyleContractgetXmlContent in interface StyleContractpublic boolean isActive()
InactivatableisActive in interface Inactivatablepublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniqueCopyright © 2005–2016 The Kuali Foundation. All rights reserved.