org.opencrx.kernel.activity1.cci2
Interface EffortEstimate

All Superinterfaces:
BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, SecureObject
All Known Subinterfaces:
EffortEstimate
All Known Implementing Classes:
EffortEstimate

public interface EffortEstimate
extends SecureObject, BasicObject

Class EffortEstimate


Nested Class Summary
static interface EffortEstimate.Identity
          Object Identity
 
Method Summary
 String getDescription()
          Retrieves the possibly null value for the optional attribute description.
 Integer getEstimateEffortHours()
          Retrieves the possibly null value for the optional attribute estimateEffortHours.
 Integer getEstimateEffortMinutes()
          Retrieves the possibly null value for the optional attribute estimateEffortMinutes.
 Integer getEstimateMaxDeviation()
          Retrieves the possibly null value for the optional attribute estimateMaxDeviation.
 String getName()
          Retrieves the value for the attribute name.
 List<String> getSelector()
          Retrieves a list containing all the elements for the attribute selector.
 Boolean isMain()
          Retrieves the possibly null value for the optional attribute isMain.
 void setDescription(String description)
          Sets a new value for the attribute description.
 void setEstimateEffortHours(Integer estimateEffortHours)
          Sets a new value for the attribute estimateEffortHours.
 void setEstimateEffortMinutes(Integer estimateEffortMinutes)
          Sets a new value for the attribute estimateEffortMinutes.
 void setEstimateMaxDeviation(Integer estimateMaxDeviation)
          Sets a new value for the attribute estimateMaxDeviation.
 void setMain(Boolean isMain)
          Sets a new value for the attribute isMain.
 void setName(String name)
          Sets a new value for the attribute name.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 

Method Detail

getDescription

String getDescription()
Retrieves the possibly null value for the optional attribute description.

Returns:
The possibly null value for attribute description.

setDescription

void setDescription(String description)
Sets a new value for the attribute description.

Parameters:
description - The possibly null new value for attribute description.

getEstimateEffortHours

Integer getEstimateEffortHours()
Retrieves the possibly null value for the optional attribute estimateEffortHours.

Returns:
The possibly null value for attribute estimateEffortHours.

setEstimateEffortHours

void setEstimateEffortHours(Integer estimateEffortHours)
Sets a new value for the attribute estimateEffortHours.

Parameters:
estimateEffortHours - The possibly null new value for attribute estimateEffortHours.

getEstimateEffortMinutes

Integer getEstimateEffortMinutes()
Retrieves the possibly null value for the optional attribute estimateEffortMinutes.

Returns:
The possibly null value for attribute estimateEffortMinutes.

setEstimateEffortMinutes

void setEstimateEffortMinutes(Integer estimateEffortMinutes)
Sets a new value for the attribute estimateEffortMinutes.

Parameters:
estimateEffortMinutes - The possibly null new value for attribute estimateEffortMinutes.

getEstimateMaxDeviation

Integer getEstimateMaxDeviation()
Retrieves the possibly null value for the optional attribute estimateMaxDeviation.

Returns:
The possibly null value for attribute estimateMaxDeviation.

setEstimateMaxDeviation

void setEstimateMaxDeviation(Integer estimateMaxDeviation)
Sets a new value for the attribute estimateMaxDeviation.

Parameters:
estimateMaxDeviation - The possibly null new value for attribute estimateMaxDeviation.

isMain

Boolean isMain()
Retrieves the possibly null value for the optional attribute isMain.

Returns:
The possibly null value for attribute isMain.

setMain

void setMain(Boolean isMain)
Sets a new value for the attribute isMain.

Parameters:
isMain - The possibly null new value for attribute isMain.

getName

String getName()
Retrieves the value for the attribute name.

Returns:
The non-null value for attribute name.

setName

void setName(String name)
Sets a new value for the attribute name.

Parameters:
name - The non-null new value for attribute name.

getSelector

List<String> getSelector()
Retrieves a list containing all the elements for the attribute selector.

Returns:
A list containing all elements for this attribute.


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.