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

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

public class IssueTypeScreenSchemeImpl
extends AbstractGVBean
implements IssueTypeScreenScheme

Copyright (c) 2002-2004 All rights reserved.


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 getEntities()
           
 IssueTypeScreenSchemeEntity getEntity(String issueTypeId)
           
 Long getId()
           
protected  Map getInternalEntities()
           
 String getName()
           
 Collection 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 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 getProjects()
Specified by:
getProjects in interface IssueTypeScreenScheme

isDefault

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

getInternalEntities

protected Map getInternalEntities()

equals

public boolean equals(Object o)

hashCode

public int hashCode()


Copyright © 2002-2007 Atlassian. All Rights Reserved.