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