com.atlassian.jira.issue.fields.screen.issuetype
Class IssueTypeScreenSchemeImpl

java.lang.Object
  extended by com.atlassian.jira.issue.fields.screen.AbstractGVBean
      extended by com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenSchemeImpl
All Implemented Interfaces:
IssueTypeScreenScheme

public class IssueTypeScreenSchemeImpl
extends AbstractGVBean
implements IssueTypeScreenScheme


Field Summary
 
Fields inherited from interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenScheme
DEFAULT_SCHEME_ID
 
Constructor Summary
IssueTypeScreenSchemeImpl(IssueTypeScreenSchemeManager issueTypeScreenSchemeManager, org.ofbiz.core.entity.GenericValue genericValue)
           
 
Method Summary
 void addEntity(IssueTypeScreenSchemeEntity issueTypeScreenSchemeEntity)
           
 boolean containsEntity(String issueTypeId)
           
 boolean equals(Object o)
           
 String getDescription()
           
 Collection<IssueTypeScreenSchemeEntity> getEntities()
           
 IssueTypeScreenSchemeEntity getEntity(String issueTypeId)
           
 Long getId()
           
 String getName()
           
 Collection<org.ofbiz.core.entity.GenericValue> getProjects()
           
 int hashCode()
           
protected  void init()
           
 boolean isDefault()
           
 void remove()
           
 void removeEntity(String issueTypeId)
           
 void setDescription(String description)
           
 void setId(Long id)
           
 void setName(String name)
           
 void store()
           
 
Methods inherited from class com.atlassian.jira.issue.fields.screen.AbstractGVBean
getGenericValue, isModified, setGenericValue, setModified, updateGV, valuesEqual
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenScheme
getGenericValue, setGenericValue
 

Constructor Detail

IssueTypeScreenSchemeImpl

public IssueTypeScreenSchemeImpl(IssueTypeScreenSchemeManager issueTypeScreenSchemeManager,
                                 org.ofbiz.core.entity.GenericValue genericValue)
Method Detail

init

protected void init()
Specified by:
init in class AbstractGVBean

getId

public Long getId()
Specified by:
getId in interface IssueTypeScreenScheme

setId

public void setId(Long id)
Specified by:
setId in interface IssueTypeScreenScheme

getName

public String getName()
Specified by:
getName in interface IssueTypeScreenScheme

setName

public void setName(String name)
Specified by:
setName in interface IssueTypeScreenScheme

getDescription

public String getDescription()
Specified by:
getDescription in interface IssueTypeScreenScheme

setDescription

public void setDescription(String description)
Specified by:
setDescription in interface IssueTypeScreenScheme

store

public void store()
Specified by:
store in interface IssueTypeScreenScheme

remove

public void remove()
Specified by:
remove in interface IssueTypeScreenScheme

getEntities

public Collection<IssueTypeScreenSchemeEntity> getEntities()
Specified by:
getEntities in interface IssueTypeScreenScheme

getEntity

public IssueTypeScreenSchemeEntity getEntity(String issueTypeId)
Specified by:
getEntity in interface IssueTypeScreenScheme

addEntity

public void addEntity(IssueTypeScreenSchemeEntity issueTypeScreenSchemeEntity)
Specified by:
addEntity in interface IssueTypeScreenScheme

removeEntity

public void removeEntity(String issueTypeId)
Specified by:
removeEntity in interface IssueTypeScreenScheme

containsEntity

public boolean containsEntity(String issueTypeId)
Specified by:
containsEntity in interface IssueTypeScreenScheme

getProjects

public Collection<org.ofbiz.core.entity.GenericValue> getProjects()
Specified by:
getProjects in interface IssueTypeScreenScheme

isDefault

public boolean isDefault()
Specified by:
isDefault in interface IssueTypeScreenScheme

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.