public class BoxDefinitionImpl extends Object implements BoxDefinition
BoxDefinition.BoxType
Constructor and Description |
---|
BoxDefinitionImpl(int id,
String name,
BoxDefinition.BoxType type,
Long totalCount)
Constructor.
|
BoxDefinitionImpl(int id,
String name,
BoxDefinition.BoxType type,
long totalCount,
long unreadCount)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getBoxID() |
String |
getBoxName() |
BoxDefinition.BoxType |
getBoxType() |
Long |
getTotalCount()
Returns the number of total items enclosed by this folder.
|
Long |
getUnreadCount()
Returns the number of unread items enclosed by this folder.
|
String |
toString() |
public BoxDefinitionImpl(int id, String name, BoxDefinition.BoxType type, Long totalCount)
id
- Idname
- Display nametype
- TypetotalCount
- The total count of workflow items currently in this box.public BoxDefinitionImpl(int id, String name, BoxDefinition.BoxType type, long totalCount, long unreadCount)
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.public int getBoxID()
getBoxID
in interface BoxDefinition
BoxDefinition.getBoxID()
public String getBoxName()
getBoxName
in interface BoxDefinition
BoxDefinition.getBoxName()
public BoxDefinition.BoxType getBoxType()
getBoxType
in interface BoxDefinition
BoxDefinition.getBoxType()
public Long getTotalCount()
getTotalCount
in interface BoxDefinition
BoxDefinition.getTotalCount()
public Long getUnreadCount()
getUnreadCount
in interface BoxDefinition
BoxDefinition.getUnreadCount()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.