Package org.exoplatform.appcenter.entity
Class FavoriteApplicationEntity
java.lang.Object
org.exoplatform.appcenter.entity.FavoriteApplicationEntity
- Author:
- Ayoub Zayati
-
Constructor Summary
ConstructorsConstructorDescriptionFavoriteApplicationEntity(ApplicationEntity application, String userName) FavoriteApplicationEntity(ApplicationEntity application, String userName, Long order) -
Method Summary
Modifier and TypeMethodDescriptiongetId()getOrder()voidsetApplication(ApplicationEntity application) voidvoidvoidsetUserName(String userName)
-
Constructor Details
-
FavoriteApplicationEntity
public FavoriteApplicationEntity() -
FavoriteApplicationEntity
-
FavoriteApplicationEntity
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id- the id to set
-
getApplication
- Returns:
- the application
-
setApplication
- Parameters:
application- the application to set
-
getUserName
- Returns:
- the userName
-
setUserName
- Parameters:
userName- the userName to set
-
getOrder
- Returns:
- the application's order
-
setOrder
- Parameters:
order- the application's order
-