Package com.saperion.wf
Class BoxDefinitionImpl
java.lang.Object
com.saperion.wf.BoxDefinitionImpl
- All Implemented Interfaces:
BoxDefinition
,Serializable
- Author:
- rbo
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.saperion.intf.wf.BoxDefinition
BoxDefinition.BoxType
-
Constructor Summary
ConstructorsConstructorDescriptionBoxDefinitionImpl
(int id, String name, BoxDefinition.BoxType type, long totalCount, long unreadCount) Constructor.BoxDefinitionImpl
(int id, String name, BoxDefinition.BoxType type, Long totalCount) Constructor. -
Method Summary
-
Constructor Details
-
BoxDefinitionImpl
Constructor.- Parameters:
id
- Idname
- Display nametype
- TypetotalCount
- The total count of workflow items currently in this box.
-
BoxDefinitionImpl
public BoxDefinitionImpl(int id, String name, BoxDefinition.BoxType type, long totalCount, long unreadCount) Constructor.- Parameters:
id
- Idname
- Display nametype
- TypetotalCount
- The total count of workflow items currently in this box.unreadCount
- The count of unread workflow items currently in this box.
-
-
Method Details
-
getBoxID
public int getBoxID()- Specified by:
getBoxID
in interfaceBoxDefinition
- Returns:
- Identifier
- See Also:
-
getBoxName
- Specified by:
getBoxName
in interfaceBoxDefinition
- Returns:
- Display name
- See Also:
-
getBoxType
- Specified by:
getBoxType
in interfaceBoxDefinition
- Returns:
- Type
- See Also:
-
getTotalCount
Returns the number of total items enclosed by this folder.- Specified by:
getTotalCount
in interfaceBoxDefinition
- Returns:
- the number of total items enclosed by this folder.
- See Also:
-
getUnreadCount
Returns the number of unread items enclosed by this folder.- Specified by:
getUnreadCount
in interfaceBoxDefinition
- Returns:
- the number of unread items enclosed by this folder.
- See Also:
-
toString
-