Package org.alfresco.repo.favourites
Class PersonFavourite.PersonFavouriteKey
- java.lang.Object
-
- org.alfresco.repo.favourites.PersonFavourite.PersonFavouriteKey
-
- Enclosing class:
- PersonFavourite
public static class PersonFavourite.PersonFavouriteKey extends Object
-
-
Constructor Summary
Constructors Constructor Description PersonFavouriteKey(String userName, String title, FavouritesService.Type type, NodeRef nodeRef)PersonFavouriteKey(String userName, String title, FavouritesService.Type type, NodeRef nodeRef, Date createdAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)DategetCreatedAt()NodeRefgetNodeRef()StringgetTitle()FavouritesService.TypegetType()StringgetUserName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
PersonFavouriteKey
public PersonFavouriteKey(String userName, String title, FavouritesService.Type type, NodeRef nodeRef)
-
PersonFavouriteKey
public PersonFavouriteKey(String userName, String title, FavouritesService.Type type, NodeRef nodeRef, Date createdAt)
-
-
Method Detail
-
getTitle
public String getTitle()
-
getUserName
public String getUserName()
-
getType
public FavouritesService.Type getType()
-
getCreatedAt
public Date getCreatedAt()
-
getNodeRef
public NodeRef getNodeRef()
-
-