Class FavoriteApplicationEntity


  • @Entity(name="FavoriteApplicationEntity")
    public class FavoriteApplicationEntity
    extends Object
    Author:
    Ayoub Zayati
    • Constructor Detail

      • FavoriteApplicationEntity

        public FavoriteApplicationEntity()
    • Method Detail

      • getId

        public Long getId()
        Returns:
        the id
      • setId

        public void setId​(Long id)
        Parameters:
        id - the id to set
      • getApplication

        public ApplicationEntity getApplication()
        Returns:
        the application
      • setApplication

        public void setApplication​(ApplicationEntity application)
        Parameters:
        application - the application to set
      • getUserName

        public String getUserName()
        Returns:
        the userName
      • setUserName

        public void setUserName​(String userName)
        Parameters:
        userName - the userName to set
      • getOrder

        public Long getOrder()
        Returns:
        the application's order
      • setOrder

        public void setOrder​(Long order)
        Parameters:
        order - the application's order