public abstract class ProtocolAttachmentTypeGroupBase extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Modifier | Constructor and Description |
|---|---|
|
ProtocolAttachmentTypeGroupBase()
empty ctor to satisfy JavaBean convention.
|
protected |
ProtocolAttachmentTypeGroupBase(ProtocolAttachmentTypeBase type,
ProtocolAttachmentGroupBase group)
Convenience ctor to set the relevant properties of this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ProtocolAttachmentGroupBase |
getGroup()
Gets the ProtocolBase Attachment Group.
|
String |
getGroupCode()
Gets the group Code.
|
Long |
getId()
Gets the protocol attachment type group id.
|
ProtocolAttachmentTypeBase |
getType()
Gets the ProtocolBase Attachment Type.
|
String |
getTypeCode()
Gets the typeCode attribute.
|
int |
hashCode() |
void |
setGroup(ProtocolAttachmentGroupBase group)
Sets the ProtocolBase Attachment Group.
|
void |
setGroupCode(String groupCode)
Sets the group Code.
|
void |
setId(Long id)
Sets the protocol attachment type group id.
|
void |
setType(ProtocolAttachmentTypeBase type)
Sets the ProtocolBase Attachment Type.
|
void |
setTypeCode(String typeCode)
Sets the typeCode attribute value.
|
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 ProtocolAttachmentTypeGroupBase()
protected ProtocolAttachmentTypeGroupBase(ProtocolAttachmentTypeBase type, ProtocolAttachmentGroupBase group)
This ctor does not validate any of the properties.
type - the type.group - the group.public Long getId()
public void setId(Long id)
id - the protocol attachment type group idpublic ProtocolAttachmentTypeBase getType()
public void setType(ProtocolAttachmentTypeBase type)
type - ProtocolBase Attachment Typepublic ProtocolAttachmentGroupBase getGroup()
public void setGroup(ProtocolAttachmentGroupBase group)
group - ProtocolBase Attachment Grouppublic String getTypeCode()
public void setTypeCode(String typeCode)
typeCode - The typeCode to set.public String getGroupCode()
public void setGroupCode(String groupCode)
groupCode - the group Code.Copyright © 2013 The Kuali Foundation. All Rights Reserved.