public static class PersonFavourite.PersonFavouriteKey
extends java.lang.Object
| Constructor and Description |
|---|
PersonFavourite.PersonFavouriteKey(java.lang.String userName,
java.lang.String title,
FavouritesService.Type type,
org.alfresco.service.cmr.repository.NodeRef nodeRef) |
PersonFavourite.PersonFavouriteKey(java.lang.String userName,
java.lang.String title,
FavouritesService.Type type,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
java.util.Date createdAt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreatedAt() |
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.PersonFavouriteKey(java.lang.String userName,
java.lang.String title,
FavouritesService.Type type,
org.alfresco.service.cmr.repository.NodeRef nodeRef)
public PersonFavourite.PersonFavouriteKey(java.lang.String userName,
java.lang.String title,
FavouritesService.Type type,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
java.util.Date createdAt)
public java.lang.String getTitle()
public java.lang.String getUserName()
public FavouritesService.Type getType()
public java.util.Date getCreatedAt()
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
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.