Class Thanks
java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
cz.metacentrum.perun.cabinet.model.Thanks
- All Implemented Interfaces:
Serializable
,Comparable<PerunBean>
- Direct Known Subclasses:
ThanksForGUI
Class represents Thanks = expression of acknowledgment from authors to facility owners.
- Author:
- Jiri Harazim invalid input: '<'harazim@mail.muni.cz>, Pavel Zlamal invalid input: '<'256627@mail.muni.cz>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
This method returns the value of the database column THANKS.createdByint
This method returns the value of the database column THANKS.createdDateint
This method returns the value of the database column THANKS.ownerIdint
This method returns the value of the database column THANKS.reportIdint
hashCode()
void
setCreatedBy
(String createdBy) This method sets the value of the database column THANKS.createdByvoid
setCreatedByUid
(int createdByUid) void
setCreatedDate
(Date createdDate) This method sets the value of the database column THANKS.createdDatevoid
setOwnerId
(int ownerId) This method sets the value of the database column THANKS.ownerIdvoid
setPublicationId
(int publicationId) This method sets the value of the database column THANKS.publicationIdtoString()
Methods inherited from class cz.metacentrum.perun.core.api.PerunBean
compareTo, getBeanName, getId, serializeToString, setId
-
Constructor Details
-
Thanks
public Thanks() -
Thanks
-
Thanks
-
-
Method Details
-
equals
-
getCreatedBy
This method returns the value of the database column THANKS.createdBy- Returns:
- the value of THANKS.createdBy
-
setCreatedBy
This method sets the value of the database column THANKS.createdBy- Parameters:
createdBy
- the value for THANKS.createdBy
-
getCreatedByUid
public int getCreatedByUid() -
setCreatedByUid
public void setCreatedByUid(int createdByUid) -
getCreatedDate
This method returns the value of the database column THANKS.createdDate- Returns:
- the value of THANKS.createdDate
-
setCreatedDate
This method sets the value of the database column THANKS.createdDate- Parameters:
createdDate
- the value for THANKS.createdDate
-
getOwnerId
public int getOwnerId()This method returns the value of the database column THANKS.ownerId- Returns:
- the value of THANKS.ownerId
-
setOwnerId
public void setOwnerId(int ownerId) This method sets the value of the database column THANKS.ownerId- Parameters:
ownerId
- the value for THANKS.ownerId
-
getPublicationId
public int getPublicationId()This method returns the value of the database column THANKS.reportId- Returns:
- the value of THANKS.reportId
-
setPublicationId
public void setPublicationId(int publicationId) This method sets the value of the database column THANKS.publicationId- Parameters:
publicationId
- the value for THANKS.publicationId
-
hashCode
public int hashCode() -
toString
-