Package com._1c.g5.v8.dt.planner.model
Interface PlannerItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PlannerItemImpl
public interface PlannerItem extends IBmObject
A representation of the model object 'Item'.The following features are supported:
- See Also:
PlannerPackage.getPlannerItem()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getBackColor()
Returns the value of the 'Back Color' containment reference.Date
getBegin()
Returns the value of the 'Begin' attribute.Border
getBorder()
Returns the value of the 'Border' containment reference.Color
getBorderColor()
Returns the value of the 'Border Color' containment reference.org.eclipse.emf.common.util.EMap<String,String>
getDimensionValues()
Returns the value of the 'Dimension Values' map.PlannerItemEnableEditMode
getEditMode()
Returns the value of the 'Edit Mode' attribute.Date
getEnd()
Returns the value of the 'End' attribute.Font
getFont()
Returns the value of the 'Font' containment reference.UUID
getItemId()
Returns the value of the 'Item Id' attribute.Picture
getPicture()
Returns the value of the 'Picture' containment reference.Date
getReplacementDate()
Returns the value of the 'Replacement Date' attribute.org.eclipse.emf.common.util.EList<PlannerItem>
getReplacementItems()
Returns the value of the 'Replacement Items' containment reference list.PlannerItemSchedule
getSchedule()
Returns the value of the 'Schedule' containment reference.String
getText()
Returns the value of the 'Text' attribute.Color
getTextColor()
Returns the value of the 'Text Color' containment reference.String
getTooltip()
Returns the value of the 'Tooltip' attribute.Value
getValue()
Returns the value of the 'Value' containment reference.boolean
isDeleted()
Returns the value of the 'Deleted' attribute.void
setBackColor(Color value)
Sets the value of the 'Back Color
' containment reference.void
setBegin(Date value)
Sets the value of the 'Begin
' attribute.void
setBorder(Border value)
Sets the value of the 'Border
' containment reference.void
setBorderColor(Color value)
Sets the value of the 'Border Color
' containment reference.void
setDeleted(boolean value)
Sets the value of the 'Deleted
' attribute.void
setEditMode(PlannerItemEnableEditMode value)
Sets the value of the 'Edit Mode
' attribute.void
setEnd(Date value)
Sets the value of the 'End
' attribute.void
setFont(Font value)
Sets the value of the 'Font
' containment reference.void
setItemId(UUID value)
Sets the value of the 'Item Id
' attribute.void
setPicture(Picture value)
Sets the value of the 'Picture
' containment reference.void
setReplacementDate(Date value)
Sets the value of the 'Replacement Date
' attribute.void
setSchedule(PlannerItemSchedule value)
Sets the value of the 'Schedule
' containment reference.void
setText(String value)
Sets the value of the 'Text
' attribute.void
setTextColor(Color value)
Sets the value of the 'Text Color
' containment reference.void
setTooltip(String value)
Sets the value of the 'Tooltip
' attribute.void
setValue(Value value)
Sets the value of the 'Value
' containment reference.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getValue
Value getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Value)
,PlannerPackage.getPlannerItem_Value()
-
setValue
void setValue(Value value)
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
getValue()
-
getPicture
Picture getPicture()
Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
setPicture(Picture)
,PlannerPackage.getPlannerItem_Picture()
-
setPicture
void setPicture(Picture value)
Sets the value of the 'Picture
' containment reference.- Parameters:
value
- the new value of the 'Picture' containment reference.- See Also:
getPicture()
-
getBegin
Date getBegin()
Returns the value of the 'Begin' attribute.- Returns:
- the value of the 'Begin' attribute.
- See Also:
setBegin(Date)
,PlannerPackage.getPlannerItem_Begin()
-
setBegin
void setBegin(Date value)
Sets the value of the 'Begin
' attribute.- Parameters:
value
- the new value of the 'Begin' attribute.- See Also:
getBegin()
-
getEnd
Date getEnd()
Returns the value of the 'End' attribute.- Returns:
- the value of the 'End' attribute.
- See Also:
setEnd(Date)
,PlannerPackage.getPlannerItem_End()
-
setEnd
void setEnd(Date value)
Sets the value of the 'End
' attribute.- Parameters:
value
- the new value of the 'End' attribute.- See Also:
getEnd()
-
getText
String getText()
Returns the value of the 'Text' attribute.- Returns:
- the value of the 'Text' attribute.
- See Also:
setText(String)
,PlannerPackage.getPlannerItem_Text()
-
setText
void setText(String value)
Sets the value of the 'Text
' attribute.- Parameters:
value
- the new value of the 'Text' attribute.- See Also:
getText()
-
getTooltip
String getTooltip()
Returns the value of the 'Tooltip' attribute.- Returns:
- the value of the 'Tooltip' attribute.
- See Also:
setTooltip(String)
,PlannerPackage.getPlannerItem_Tooltip()
-
setTooltip
void setTooltip(String value)
Sets the value of the 'Tooltip
' attribute.- Parameters:
value
- the new value of the 'Tooltip' attribute.- See Also:
getTooltip()
-
getBorder
Border getBorder()
Returns the value of the 'Border' containment reference.- Returns:
- the value of the 'Border' containment reference.
- See Also:
setBorder(Border)
,PlannerPackage.getPlannerItem_Border()
-
setBorder
void setBorder(Border value)
Sets the value of the 'Border
' containment reference.- Parameters:
value
- the new value of the 'Border' containment reference.- See Also:
getBorder()
-
getBorderColor
Color getBorderColor()
Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
setBorderColor(Color)
,PlannerPackage.getPlannerItem_BorderColor()
-
setBorderColor
void setBorderColor(Color value)
Sets the value of the 'Border Color
' containment reference.- Parameters:
value
- the new value of the 'Border Color' containment reference.- See Also:
getBorderColor()
-
getTextColor
Color getTextColor()
Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
setTextColor(Color)
,PlannerPackage.getPlannerItem_TextColor()
-
setTextColor
void setTextColor(Color value)
Sets the value of the 'Text Color
' containment reference.- Parameters:
value
- the new value of the 'Text Color' containment reference.- See Also:
getTextColor()
-
getBackColor
Color getBackColor()
Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
setBackColor(Color)
,PlannerPackage.getPlannerItem_BackColor()
-
setBackColor
void setBackColor(Color value)
Sets the value of the 'Back Color
' containment reference.- Parameters:
value
- the new value of the 'Back Color' containment reference.- See Also:
getBackColor()
-
getFont
Font getFont()
Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
setFont(Font)
,PlannerPackage.getPlannerItem_Font()
-
setFont
void setFont(Font value)
Sets the value of the 'Font
' containment reference.- Parameters:
value
- the new value of the 'Font' containment reference.- See Also:
getFont()
-
getSchedule
PlannerItemSchedule getSchedule()
Returns the value of the 'Schedule' containment reference.- Returns:
- the value of the 'Schedule' containment reference.
- See Also:
setSchedule(PlannerItemSchedule)
,PlannerPackage.getPlannerItem_Schedule()
-
setSchedule
void setSchedule(PlannerItemSchedule value)
Sets the value of the 'Schedule
' containment reference.- Parameters:
value
- the new value of the 'Schedule' containment reference.- See Also:
getSchedule()
-
getDimensionValues
org.eclipse.emf.common.util.EMap<String,String> getDimensionValues()
Returns the value of the 'Dimension Values' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Dimension Values' map.
- See Also:
PlannerPackage.getPlannerItem_DimensionValues()
-
getReplacementItems
org.eclipse.emf.common.util.EList<PlannerItem> getReplacementItems()
Returns the value of the 'Replacement Items' containment reference list. The list contents are of typePlannerItem
.- Returns:
- the value of the 'Replacement Items' containment reference list.
- See Also:
PlannerPackage.getPlannerItem_ReplacementItems()
-
getReplacementDate
Date getReplacementDate()
Returns the value of the 'Replacement Date' attribute.- Returns:
- the value of the 'Replacement Date' attribute.
- See Also:
setReplacementDate(Date)
,PlannerPackage.getPlannerItem_ReplacementDate()
-
setReplacementDate
void setReplacementDate(Date value)
Sets the value of the 'Replacement Date
' attribute.- Parameters:
value
- the new value of the 'Replacement Date' attribute.- See Also:
getReplacementDate()
-
isDeleted
boolean isDeleted()
Returns the value of the 'Deleted' attribute.- Returns:
- the value of the 'Deleted' attribute.
- See Also:
setDeleted(boolean)
,PlannerPackage.getPlannerItem_Deleted()
-
setDeleted
void setDeleted(boolean value)
Sets the value of the 'Deleted
' attribute.- Parameters:
value
- the new value of the 'Deleted' attribute.- See Also:
isDeleted()
-
getItemId
UUID getItemId()
Returns the value of the 'Item Id' attribute.- Returns:
- the value of the 'Item Id' attribute.
- See Also:
setItemId(UUID)
,PlannerPackage.getPlannerItem_ItemId()
-
setItemId
void setItemId(UUID value)
Sets the value of the 'Item Id
' attribute.- Parameters:
value
- the new value of the 'Item Id' attribute.- See Also:
getItemId()
-
getEditMode
PlannerItemEnableEditMode getEditMode()
Returns the value of the 'Edit Mode' attribute. The default value is"EnableEdit"
. The literals are from the enumerationPlannerItemEnableEditMode
.- Returns:
- the value of the 'Edit Mode' attribute.
- See Also:
PlannerItemEnableEditMode
,setEditMode(PlannerItemEnableEditMode)
,PlannerPackage.getPlannerItem_EditMode()
-
setEditMode
void setEditMode(PlannerItemEnableEditMode value)
Sets the value of the 'Edit Mode
' attribute.- Parameters:
value
- the new value of the 'Edit Mode' attribute.- See Also:
PlannerItemEnableEditMode
,getEditMode()
-
-