Class Rating
- java.lang.Object
-
- org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity<E,I>
-
- org.silverpeas.core.persistence.datasource.model.jpa.BasicJpaEntity<Rating,UniqueIntegerIdentifier>
-
- org.silverpeas.core.contribution.rating.model.Rating
-
- All Implemented Interfaces:
Serializable
,IdentifiableEntity
@Entity public class Rating extends BasicJpaEntity<Rating,UniqueIntegerIdentifier>
- Author:
- mmoquillon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Rating()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthorId()
String
getContributionId()
String
getContributionType()
String
getInstanceId()
Integer
getNote()
void
setAuthorId(String authorId)
void
setContributionId(String contributionId)
void
setContributionType(String contributionType)
void
setInstanceId(String instanceId)
void
setNote(Integer note)
-
Methods inherited from class org.silverpeas.core.persistence.datasource.model.jpa.BasicJpaEntity
performBeforePersist, performBeforeRemove, performBeforeUpdate
-
Methods inherited from class org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity
equals, getId, getNativeId, hashCode, isPersisted, setId
-
-
-
-
Method Detail
-
getAuthorId
public String getAuthorId()
-
setAuthorId
public void setAuthorId(String authorId)
-
getNote
public Integer getNote()
-
setNote
public void setNote(Integer note)
-
getInstanceId
public String getInstanceId()
-
setInstanceId
public void setInstanceId(String instanceId)
-
getContributionId
public String getContributionId()
-
setContributionId
public void setContributionId(String contributionId)
-
getContributionType
public String getContributionType()
-
setContributionType
public void setContributionType(String contributionType)
-
-