public class PropScienceKeyword extends KraPersistableBusinessObjectBase implements HierarchyMaintainable
UPDATE_USER_LENGTH| Constructor and Description |
|---|
PropScienceKeyword()
Default constructor.
|
PropScienceKeyword(String proposalNumber,
ScienceKeyword scienceKeyword)
Constructs a PropScienceKeyword.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getHierarchyProposalNumber()
Gets the hierarchyProposalNumber attribute.
|
String |
getProposalNumber() |
ScienceKeyword |
getScienceKeyword() |
String |
getScienceKeywordCode() |
Boolean |
getSelectKeyword() |
int |
hashCode() |
boolean |
isHiddenInHierarchy()
Gets the hiddenInHierarchy attribute.
|
void |
setHiddenInHierarchy(boolean hiddenInHierarchy)
Sets the hiddenInHierarchy attribute value.
|
void |
setHierarchyProposalNumber(String hierarchyProposalNumber)
Sets the hierarchyProposalNumber attribute value.
|
void |
setProposalNumber(String proposalNumber) |
void |
setScienceKeyword(ScienceKeyword scienceKeyword) |
void |
setScienceKeywordCode(String scienceKeywordCode) |
void |
setSelectKeyword(Boolean selectKeyword) |
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic PropScienceKeyword()
public PropScienceKeyword(String proposalNumber, ScienceKeyword scienceKeyword)
proposalNumber - scienceKeyword - public String getProposalNumber()
public void setProposalNumber(String proposalNumber)
public String getScienceKeywordCode()
public void setScienceKeywordCode(String scienceKeywordCode)
public ScienceKeyword getScienceKeyword()
public void setScienceKeyword(ScienceKeyword scienceKeyword)
public Boolean getSelectKeyword()
public void setSelectKeyword(Boolean selectKeyword)
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String getHierarchyProposalNumber()
getHierarchyProposalNumber in interface HierarchyMaintainablepublic void setHierarchyProposalNumber(String hierarchyProposalNumber)
setHierarchyProposalNumber in interface HierarchyMaintainablehierarchyProposalNumber - The hierarchyProposalNumber to set.public boolean isHiddenInHierarchy()
isHiddenInHierarchy in interface HierarchyMaintainablepublic void setHiddenInHierarchy(boolean hiddenInHierarchy)
setHiddenInHierarchy in interface HierarchyMaintainablehiddenInHierarchy - The hiddenInHierarchy to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.