Package classes

Class Object_ProfileStyle

  • All Implemented Interfaces:
    android.os.Parcelable

    public class Object_ProfileStyle
    extends Object_BaseObject
    The profile style object identifies a specific Object_Style as included in a user's Object_Profile. A profile style represents a unique representation of a Style to a particular user.
    • Constructor Detail

      • Object_ProfileStyle

        public Object_ProfileStyle​(long id,
                                   boolean refine,
                                   boolean conflict,
                                   int order_recommend,
                                   int order_profile,
                                   java.lang.String keywords,
                                   java.lang.String name,
                                   java.lang.String description,
                                   java.lang.String type,
                                   int rating,
                                   java.lang.String foods,
                                   java.lang.String image,
                                   java.lang.String product_category,
                                   java.lang.String location,
                                   java.lang.String created_at)
    • Method Detail

      • getStyleId

        public long getStyleId()
      • getRating

        public int getRating()
      • getImage

        public java.lang.String getImage()
      • getKeywords

        public java.lang.String getKeywords()
      • getOrderProfile

        public int getOrderProfile()
      • getName

        public java.lang.String getName()
      • isRefine

        public boolean isRefine()
      • isConflict

        public boolean isConflict()
      • getOrderRecommend

        public int getOrderRecommend()
      • getCreatedAt

        public java.lang.String getCreatedAt()
      • getUpdatedAt

        public java.lang.String getUpdatedAt()
      • filter

        public boolean filter​(java.io.Serializable serializable)
        Overrides:
        filter in class Object_BaseObject
      • isUnappealing

        public boolean isUnappealing()
        Is a profile style unappealing?
        Returns:
        true if unappealing.
      • isAppealing

        public boolean isAppealing()
        Is a profile style appealing?
        Returns:
        true if appealing.
      • writeToParcel

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable
        Overrides:
        writeToParcel in class Object_BaseObject