@Entity public class StyleBo extends PersistableBusinessObjectBase implements StyleContract
extension, newCollectionRecord, objectId, versionNumber| Constructor and Description |
|---|
StyleBo() |
| Modifier and Type | Method and Description |
|---|---|
static StyleBo |
from(Style style)
Constructs a StyleBo from the given Style.
|
String |
getId()
The unique identifier for an object.
|
String |
getName()
Returns the name of this style.
|
String |
getXmlContent()
Returns the XML definition of this style as a String.
|
boolean |
isActive()
The active indicator for an object.
|
void |
setActive(boolean active) |
void |
setId(String id) |
void |
setName(String name) |
void |
setXmlContent(String xmlContent) |
static Style |
to(StyleBo styleBo)
Converts the given StyleBo to a Style object.
|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumbergetObjectIdtoStringpublic StyleBo()
public String getId()
IdentifiablegetId in interface Identifiablepublic String getName()
StyleContractgetName in interface StyleContractpublic String getXmlContent()
StyleContractgetXmlContent in interface StyleContractpublic void setXmlContent(String xmlContent)
public boolean isActive()
InactivatableisActive in interface Inactivatablepublic void setActive(boolean active)
public static Style to(StyleBo styleBo)
styleBo - the StyleBo to convertCopyright © 2005–2016 The Kuali Foundation. All rights reserved.