public static class PersonFavourite.PersonFavouriteKey extends Object
| Constructor and Description |
|---|
PersonFavourite.PersonFavouriteKey(String userName,
String title,
FavouritesService.Type type,
org.alfresco.service.cmr.repository.NodeRef nodeRef) |
PersonFavourite.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 PersonFavourite.PersonFavouriteKey(String userName, String title, FavouritesService.Type type, org.alfresco.service.cmr.repository.NodeRef nodeRef)
public PersonFavourite.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–2014 Alfresco Software. All rights reserved.