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, toString
public String getId()
Identifiable
getId
in interface Identifiable
public String getName()
StyleContract
getName
in interface StyleContract
public String getXmlContent()
StyleContract
getXmlContent
in interface StyleContract
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.