public class WorkbasketSummaryImpl extends Object implements WorkbasketSummary
| Modifier and Type | Field and Description |
|---|---|
protected String |
custom1 |
protected String |
custom2 |
protected String |
custom3 |
protected String |
custom4 |
protected String |
description |
protected String |
domain |
protected String |
id |
protected String |
key |
protected boolean |
markedForDeletion |
protected String |
name |
protected String |
orgLevel1 |
protected String |
orgLevel2 |
protected String |
orgLevel3 |
protected String |
orgLevel4 |
protected String |
owner |
protected WorkbasketType |
type |
| Constructor and Description |
|---|
WorkbasketSummaryImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object obj) |
String |
getCustom1()
Gets the custom1 property of the workbasket.
|
String |
getCustom2()
Gets the custom2 property of the workbasket.
|
String |
getCustom3()
Gets the custom3 property of the workbasket.
|
String |
getCustom4()
Gets the custom4 property of the workbasket.
|
String |
getDescription()
Gets the description of the workbasket.
|
String |
getDomain()
Gets the domain of the workbasket.
|
String |
getId()
Gets the id of the workbasket.
|
String |
getKey()
Gets the key of the workbasket.
|
String |
getName()
Gets the name of the workbasket.
|
String |
getOrgLevel1()
Gets the orglevel1 property of the workbasket.
|
String |
getOrgLevel2()
Gets the orglevel2 property of the workbasket.
|
String |
getOrgLevel3()
Gets the orglevel3 property of the workbasket.
|
String |
getOrgLevel4()
Gets the orglevel4 property of the workbasket.
|
String |
getOwner()
Gets the owner of the workbasket.
|
WorkbasketType |
getType()
Gets the type of the workbasket.
|
int |
hashCode() |
boolean |
isMarkedForDeletion()
Gets the markedForDeletion property of the workbasket.
|
void |
setCustom1(String custom1) |
void |
setCustom2(String custom2) |
void |
setCustom3(String custom3) |
void |
setCustom4(String custom4) |
void |
setDescription(String description) |
void |
setDomain(String domain) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setMarkedForDeletion(boolean markedForDeletion) |
void |
setName(String name) |
void |
setOrgLevel1(String orgLevel1) |
void |
setOrgLevel2(String orgLevel2) |
void |
setOrgLevel3(String orgLevel3) |
void |
setOrgLevel4(String orgLevel4) |
void |
setOwner(String owner) |
void |
setType(WorkbasketType type) |
String |
toString() |
protected String id
protected String key
protected String name
protected String description
protected String owner
protected String domain
protected WorkbasketType type
protected String custom1
protected String custom2
protected String custom3
protected String custom4
protected String orgLevel1
protected String orgLevel2
protected String orgLevel3
protected String orgLevel4
protected boolean markedForDeletion
public String getId()
WorkbasketSummarygetId in interface WorkbasketSummarypublic void setId(String id)
public String getKey()
WorkbasketSummarygetKey in interface WorkbasketSummarypublic void setKey(String key)
public String getName()
WorkbasketSummarygetName in interface WorkbasketSummarypublic void setName(String name)
public String getDescription()
WorkbasketSummarygetDescription in interface WorkbasketSummarypublic void setDescription(String description)
public String getOwner()
WorkbasketSummarygetOwner in interface WorkbasketSummarypublic void setOwner(String owner)
public String getDomain()
WorkbasketSummarygetDomain in interface WorkbasketSummarypublic void setDomain(String domain)
public WorkbasketType getType()
WorkbasketSummarygetType in interface WorkbasketSummarypublic void setType(WorkbasketType type)
public String getCustom1()
WorkbasketSummarygetCustom1 in interface WorkbasketSummarypublic void setCustom1(String custom1)
public String getCustom2()
WorkbasketSummarygetCustom2 in interface WorkbasketSummarypublic void setCustom2(String custom2)
public String getCustom3()
WorkbasketSummarygetCustom3 in interface WorkbasketSummarypublic void setCustom3(String custom3)
public String getCustom4()
WorkbasketSummarygetCustom4 in interface WorkbasketSummarypublic void setCustom4(String custom4)
public String getOrgLevel1()
WorkbasketSummarygetOrgLevel1 in interface WorkbasketSummarypublic void setOrgLevel1(String orgLevel1)
public String getOrgLevel2()
WorkbasketSummarygetOrgLevel2 in interface WorkbasketSummarypublic void setOrgLevel2(String orgLevel2)
public String getOrgLevel3()
WorkbasketSummarygetOrgLevel3 in interface WorkbasketSummarypublic void setOrgLevel3(String orgLevel3)
public String getOrgLevel4()
WorkbasketSummarygetOrgLevel4 in interface WorkbasketSummarypublic void setOrgLevel4(String orgLevel4)
public boolean isMarkedForDeletion()
WorkbasketSummaryisMarkedForDeletion in interface WorkbasketSummarypublic void setMarkedForDeletion(boolean markedForDeletion)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.