public class InvestigatorCreditType extends KraPersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
BusinessObjectBusinessObject,
$Id: InvestigatorCreditType.java,v 1.6 2008-07-23 19:16:37 gmcgrego Exp $,
Serialized FormUPDATE_USER_LENGTH| Constructor and Description |
|---|
InvestigatorCreditType()
Default constructor
|
InvestigatorCreditType(String invCreditTypeCode,
String description)
Convenience constructor
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
addsToHundred()
Retrieves the description attribute
|
boolean |
equals(Object obj) |
Boolean |
getAddsToHundred()
Retrieves the description attribute
|
String |
getDescription()
Retrieves the description attribute
|
String |
getInvCreditTypeCode()
Gets the value of invCreditTypeCode
|
int |
hashCode() |
boolean |
isActive()
Read access to the active flag
|
void |
setActive(boolean active)
Write access to the active flag
|
void |
setAddsToHundred(Boolean argAddsToHundred)
Assigns the description attribute
|
void |
setDescription(String description)
Assigns the description attribute
|
void |
setInvCreditTypeCode(String argInvCreditTypeCode)
Sets the value of invCreditTypeCode
|
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 String getDescription()
public void setDescription(String description)
description - public Boolean addsToHundred()
public Boolean getAddsToHundred()
public void setAddsToHundred(Boolean argAddsToHundred)
argAddsToHundred - public String getInvCreditTypeCode()
public void setInvCreditTypeCode(String argInvCreditTypeCode)
argInvCreditTypeCode - Value to assign to this.invCreditTypeCodepublic boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableactive - public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2013 The Kuali Foundation. All Rights Reserved.