|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.core.impl.style.StyleBo
@Entity public class StyleBo
A BusinessObject implementation of the StyleContract which is mapped to the database for persistence.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
StyleBo()
|
Method Summary | |
---|---|
static StyleBo |
from(Style style)
Constructs a StyleBo from the given Style. |
String |
getName()
Returns the name of this style. |
Long |
getStyleId()
Returns the identifier of this style. |
String |
getXmlContent()
Returns the XML definition of this style as a String. |
boolean |
isActive()
Returns whether or not this style is active. |
void |
setActive(boolean active)
|
void |
setName(String name)
|
void |
setStyleId(Long styleId)
|
void |
setXmlContent(String xmlContent)
|
static Style |
to(StyleBo styleBo)
Converts the given StyleBo to a Style object. |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder, toStringMapper |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.core.api.mo.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.GloballyUnique |
---|
getObjectId |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public StyleBo()
Method Detail |
---|
public Long getStyleId()
StyleContract
getStyleId
in interface StyleContract
public void setStyleId(Long styleId)
public String getName()
StyleContract
getName
in interface StyleContract
public void setName(String name)
public String getXmlContent()
StyleContract
getXmlContent
in interface StyleContract
public void setXmlContent(String xmlContent)
public boolean isActive()
StyleContract
isActive
in interface StyleContract
public void setActive(boolean active)
public static Style to(StyleBo styleBo)
styleBo
- the StyleBo to convert
public static StyleBo from(Style style)
style
- the Style to convert
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |