com.atlassian.jira.issue.fields.screen.issuetype
Interface IssueTypeScreenScheme

All Known Implementing Classes:
IssueTypeScreenSchemeImpl

public interface IssueTypeScreenScheme

Copyright (c) 2002-2004 All rights reserved.


Field Summary
static Long DEFAULT_SCHEME_ID
           
 
Method Summary
 void addEntity(IssueTypeScreenSchemeEntity issueTypeScreenSchemeEntity)
           
 boolean containsEntity(String issueTypeId)
           
 String getDescription()
           
 Collection getEntities()
           
 IssueTypeScreenSchemeEntity getEntity(String issueTypeId)
           
 org.ofbiz.core.entity.GenericValue getGenericValue()
           
 Long getId()
           
 String getName()
           
 Collection getProjects()
           
 boolean isDefault()
           
 void remove()
           
 void removeEntity(String issueTypeId)
           
 void setDescription(String description)
           
 void setGenericValue(org.ofbiz.core.entity.GenericValue genericValue)
           
 void setId(Long id)
           
 void setName(String name)
           
 void store()
           
 

Field Detail

DEFAULT_SCHEME_ID

public static final Long DEFAULT_SCHEME_ID
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getGenericValue

public org.ofbiz.core.entity.GenericValue getGenericValue()

setGenericValue

public void setGenericValue(org.ofbiz.core.entity.GenericValue genericValue)

store

public void store()

remove

public void remove()

getEntities

public Collection getEntities()

getEntity

public IssueTypeScreenSchemeEntity getEntity(String issueTypeId)

addEntity

public void addEntity(IssueTypeScreenSchemeEntity issueTypeScreenSchemeEntity)

removeEntity

public void removeEntity(String issueTypeId)

containsEntity

public boolean containsEntity(String issueTypeId)

getProjects

public Collection getProjects()

isDefault

public boolean isDefault()


Copyright © 2002-2006 Atlassian. All Rights Reserved.