org.kuali.rice.kew.edl.bo
Class EDocLiteStyle
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kew.bo.KewPersistableBusinessObjectBase
org.kuali.rice.kew.edl.bo.EDocLiteStyle
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, PersistableBusinessObject
@Sequence(name="KREW_EDL_S",
property="edocLiteStyleId")
public class EDocLiteStyle
- extends KewPersistableBusinessObjectBase
EDocLite XSLT stylesheet
Table: en_edoclt_style_t
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
edocLiteStyleId
private Long edocLiteStyleId
- edoclt_style_id
name
private String name
- edoclt_style_nm
xmlContent
private String xmlContent
- edoclt_style_xml
activeInd
private Boolean activeInd
- edoclt_style_actv_ind
EDocLiteStyle
public EDocLiteStyle()
getEdocLiteStyleId
public Long getEdocLiteStyleId()
setEdocLiteStyleId
public void setEdocLiteStyleId(Long docLiteStyleId)
getName
public String getName()
setName
public void setName(String name)
getXmlContent
public String getXmlContent()
setXmlContent
public void setXmlContent(String xmlContent)
getActiveInd
public Boolean getActiveInd()
setActiveInd
public void setActiveInd(Boolean activeInd)
toString
public String toString()
- Overrides:
toString
in class BusinessObjectBase
- See Also:
Object.toString()
toStringMapper
protected LinkedHashMap<String,Object> toStringMapper()
- This overridden method ...
- Specified by:
toStringMapper
in class BusinessObjectBase
- Returns:
- Map containing the fieldValues of the key fields for this class, indexed by fieldName
- See Also:
BusinessObjectBase.toStringMapper()
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.