public class PersonFavourite
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PersonFavourite.PersonFavouriteKey |
| Constructor and Description |
|---|
PersonFavourite(java.lang.String userName,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
FavouritesService.Type type,
java.lang.String title,
java.util.Date createdAt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreatedAt() |
PersonFavourite.PersonFavouriteKey |
getKey() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef() |
java.lang.String |
getTitle() |
FavouritesService.Type |
getType() |
java.lang.String |
getUserName() |
int |
hashCode() |
java.lang.String |
toString() |
public PersonFavourite(java.lang.String userName,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
FavouritesService.Type type,
java.lang.String title,
java.util.Date createdAt)
public PersonFavourite.PersonFavouriteKey getKey()
public java.lang.String getTitle()
public java.lang.String getUserName()
public FavouritesService.Type getType()
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
public java.util.Date getCreatedAt()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.