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