Package org.alfresco.repo.favourites
Class PersonFavourite
- java.lang.Object
-
- org.alfresco.repo.favourites.PersonFavourite
-
public class PersonFavourite extends Object
Representation of a user's favourite site, document, folder.- Author:
- steveglover
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPersonFavourite.PersonFavouriteKey
-
Constructor Summary
Constructors Constructor Description PersonFavourite(String userName, NodeRef nodeRef, FavouritesService.Type type, String title, Date createdAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)DategetCreatedAt()PersonFavourite.PersonFavouriteKeygetKey()NodeRefgetNodeRef()StringgetTitle()FavouritesService.TypegetType()StringgetUserName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
PersonFavourite
public PersonFavourite(String userName, NodeRef nodeRef, FavouritesService.Type type, String title, Date createdAt)
-
-
Method Detail
-
getKey
public PersonFavourite.PersonFavouriteKey getKey()
-
getTitle
public String getTitle()
-
getUserName
public String getUserName()
-
getType
public FavouritesService.Type getType()
-
getNodeRef
public NodeRef getNodeRef()
-
getCreatedAt
public Date getCreatedAt()
-
-