@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, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVersionNumber
getObjectId
toString
public StyleBo()
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 void setXmlContent(String xmlContent)
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean active)
public static Style to(StyleBo styleBo)
styleBo
- the StyleBo to convertCopyright © 2005–2016 The Kuali Foundation. All rights reserved.