Package classes

Class Object_Collection.Object_CollectionGroup

  • All Implemented Interfaces:
    android.os.Parcelable
    Enclosing class:
    Object_Collection

    public static class Object_Collection.Object_CollectionGroup
    extends Object_BaseObject
    Products in a Collection are organized into one or more groups. A CollectionGroup object sits within a Object_Collection.Object_CollectionVersion. Each CollectionGroup has an order representing its display order within a Collection. Products that are tagged as belonging to a Collection are ordered within the applicable CollectionGroup with orderings.
    • Constructor Detail

      • Object_CollectionGroup

        public Object_CollectionGroup​(long id,
                                      java.lang.String name,
                                      int orderings_count,
                                      int order,
                                      long version_id)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getVersionId

        public long getVersionId()
      • getOrderingsCount

        public int getOrderingsCount()
      • getOrder

        public int getOrder()
      • getCreatedAt

        public java.lang.String getCreatedAt()
      • getUpdatedAt

        public java.lang.String getUpdatedAt()
      • writeToParcel

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