public static class PersonFavourite.PersonFavouriteKey extends Object
| Constructor and Description |
|---|
PersonFavouriteKey(String userName,
String title,
FavouritesService.Type type,
org.alfresco.service.cmr.repository.NodeRef nodeRef) |
PersonFavouriteKey(String userName,
String title,
FavouritesService.Type type,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
Date createdAt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreatedAt() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef() |
String |
getTitle() |
FavouritesService.Type |
getType() |
String |
getUserName() |
int |
hashCode() |
String |
toString() |
public PersonFavouriteKey(String userName, String title, FavouritesService.Type type, org.alfresco.service.cmr.repository.NodeRef nodeRef)
public PersonFavouriteKey(String userName, String title, FavouritesService.Type type, org.alfresco.service.cmr.repository.NodeRef nodeRef, Date createdAt)
public String getTitle()
public String getUserName()
public FavouritesService.Type getType()
public Date getCreatedAt()
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
Copyright © 2005–2018 Alfresco Software. All rights reserved.