Package ru.bgcrm.model
Class IfaceState
java.lang.Object
ru.bgcrm.model.IfaceState
Interface element for an object: process, customer, etc.
 For example, counts of linked processes to a process to be shown on the related tab.
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionIfaceState(String objectType, int objectId, DynActionForm form, String... items) IfaceState(String ifaceId, String state) IfaceState(DynActionForm form, String... items)  - 
Method Summary
 
- 
Field Details
- 
REQUEST_PARAM_STATE
- See Also:
 
 
 - 
 - 
Constructor Details
- 
IfaceState
 - 
IfaceState
 - 
IfaceState
 
 - 
 - 
Method Details
- 
getObjectType
 - 
getObjectId
public int getObjectId() - 
getIfaceId
 - 
getState
 - 
getFormattedState
- Returns:
 - state values separated with '/'
 
 
 -