org.kuali.rice.kew.help
Class HelpEntry
java.lang.Object
org.kuali.rice.kew.help.HelpEntry
@Sequence(name="KREW_HLP_S",
property="helpId")
public class HelpEntry
- extends Object
Model bean representing a piece of help information which adds extra information about fields and
data in the user interface.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
helpId
private Long helpId
helpName
private String helpName
helpText
private String helpText
helpKey
private String helpKey
lockVerNbr
private Integer lockVerNbr
HelpEntry
public HelpEntry()
getHelpId
public Long getHelpId()
setHelpId
public void setHelpId(Long helpId)
getHelpName
public String getHelpName()
setHelpName
public void setHelpName(String helpName)
getHelpText
public String getHelpText()
setHelpText
public void setHelpText(String helpText)
getLockVerNbr
public Integer getLockVerNbr()
setLockVerNbr
public void setLockVerNbr(Integer lockVerNbr)
getHelpKey
public String getHelpKey()
setHelpKey
public void setHelpKey(String helpKey)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.