Class WorkRequirement_ComputedColumns
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.manufacturing.transaction.WorkRequirement_ComputedColumns
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
public class WorkRequirement_ComputedColumns extends BaseOBObject implements ClientEnabled, OrganizationEnabled
Virtual entity class to hold computed columns for entity ManufacturingWorkRequirement. NOTE: This class should not be instantiated directly.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_NAME
static String
PROPERTY_CLIENT
static String
PROPERTY_CLOSEDSTAT
static String
PROPERTY_ORGANIZATION
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description WorkRequirement_ComputedColumns()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Client
getClient()
Client fieldString
getEntityName()
Organization
getOrganization()
Gets organization fieldBoolean
isClosedStat()
void
setClient(Client client)
Client fieldvoid
setClosedStat(Boolean closedStat)
void
setOrganization(Organization organization)
Sets organization field-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, get, getEntity, getId, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_CLOSEDSTAT
public static final String PROPERTY_CLOSEDSTAT
- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
- See Also:
- Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
isClosedStat
public Boolean isClosedStat()
-
setClosedStat
public void setClosedStat(Boolean closedStat)
-
getClient
public Client getClient()
Description copied from interface:ClientEnabled
Client field- Specified by:
getClient
in interfaceClientEnabled
- Returns:
- client
-
setClient
public void setClient(Client client)
Description copied from interface:ClientEnabled
Client field- Specified by:
setClient
in interfaceClientEnabled
-
getOrganization
public Organization getOrganization()
Description copied from interface:OrganizationEnabled
Gets organization field- Specified by:
getOrganization
in interfaceOrganizationEnabled
- Returns:
- organization
-
setOrganization
public void setOrganization(Organization organization)
Description copied from interface:OrganizationEnabled
Sets organization field- Specified by:
setOrganization
in interfaceOrganizationEnabled
-
-