|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.core.api.style.Style
public final class Style
An immutable representation of a Style. A style is essentially a block of XML containing and XSL stylesheet. These can be used in various places for the transformation of XML data from one form to another.
| Nested Class Summary | |
|---|---|
static class |
Style.Builder
A builder which can be used to construct Style instances. |
| Method Summary | |
|---|---|
String |
getName()
Returns the name of this style. |
String |
getObjectId()
Return the globally unique object id of this object. |
Long |
getStyleId()
Returns the identifier of this style. |
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. |
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Long getStyleId()
StyleContract
getStyleId in interface StyleContractpublic String getName()
StyleContract
getName in interface StyleContractpublic String getXmlContent()
StyleContract
getXmlContent in interface StyleContractpublic boolean isActive()
Inactivatable
isActive in interface Inactivatablepublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUnique
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||