Class CartAttributes
- java.lang.Object
-
- ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart.CartAttributes
-
public final class CartAttributes extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SingleAttributeKeycode()static SingleAttributeKeyguid()static booleanisCode(Key key)static booleanisGuid(Key key)static booleanisOrder(Key key)static SingleAttributeKeyorder()
-
-
-
Method Detail
-
order
public static SingleAttributeKey order()
-
isOrder
public static boolean isOrder(Key key)
-
code
public static SingleAttributeKey code()
-
isCode
public static boolean isCode(Key key)
-
guid
public static SingleAttributeKey guid()
-
isGuid
public static boolean isGuid(Key key)
-
-