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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis method returns the value of the database column THANKS.createdByintThis method returns the value of the database column THANKS.createdDateintThis method returns the value of the database column THANKS.ownerIdintThis method returns the value of the database column THANKS.reportIdinthashCode()voidsetCreatedBy(String createdBy) This method sets the value of the database column THANKS.createdByvoidsetCreatedByUid(int createdByUid) voidsetCreatedDate(Date createdDate) This method sets the value of the database column THANKS.createdDatevoidsetOwnerId(int ownerId) This method sets the value of the database column THANKS.ownerIdvoidsetPublicationId(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
-