Package classes
Class Object_Collection.Object_CollectionOrder
- java.lang.Object
-
- classes.Object_BaseObject
-
- classes.Object_Collection.Object_CollectionOrder
-
- All Implemented Interfaces:
android.os.Parcelable
- Enclosing class:
- Object_Collection
public static class Object_Collection.Object_CollectionOrder extends Object_BaseObject
The link between aObject_Tag(which in turn references aObject_Product) and aObject_Collection, including its ordering within the Collection.
-
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<Object_Collection.Object_CollectionOrder>CREATOR
-
Constructor Summary
Constructors Constructor Description Object_CollectionOrder(long id, long tag_id, int order, long group_id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCreatedAt()longgetGroupId()intgetOrder()Object_TaggetTag()longgetTagId()java.lang.StringgetUpdatedAt()static java.util.ArrayList<Object_Collection.Object_CollectionOrder>sortOrders(java.util.ArrayList<Object_Collection.Object_CollectionOrder> orderings)voidwriteToParcel(android.os.Parcel dest, int flags)-
Methods inherited from class classes.Object_BaseObject
describeContents, equals, filter, getId, hashCode, setId
-
-
-
-
Field Detail
-
CREATOR
public static final android.os.Parcelable.Creator<Object_Collection.Object_CollectionOrder> CREATOR
-
-
Method Detail
-
getGroupId
public long getGroupId()
-
getTag
public Object_Tag getTag()
-
getTagId
public long getTagId()
-
getOrder
public int getOrder()
-
getCreatedAt
public java.lang.String getCreatedAt()
-
getUpdatedAt
public java.lang.String getUpdatedAt()
-
sortOrders
public static java.util.ArrayList<Object_Collection.Object_CollectionOrder> sortOrders(java.util.ArrayList<Object_Collection.Object_CollectionOrder> orderings)
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable- Overrides:
writeToParcelin classObject_BaseObject
-
-