com.atlassian.jira.util.entities
Class Component
java.lang.Object
com.atlassian.jira.util.entities.Entity
com.atlassian.jira.util.entities.Component
public class Component
- extends Entity
- Version:
- $Id$
- Author:
- BNP Paribas - SIG/CGI/SFRI - 2005
Description :
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Component
public Component()
getType
protected java.lang.String getType()
- Specified by:
getType
in class Entity
- See Also:
com.bnpparibas.jira.jelly.tag.AddEntity#getType()
getNewId
public int getNewId()
throws java.lang.NumberFormatException,
org.ofbiz.core.entity.GenericEntityException
- Specified by:
getNewId
in class Entity
- Throws:
java.lang.NumberFormatException
org.ofbiz.core.entity.GenericEntityException
addFields
protected void addFields(java.util.Map _fields)
- Overrides:
addFields
in class Entity
- See Also:
com.bnpparibas.jira.jelly.tag.AddEntity#addFields(java.util.Map)
getAssigneeType
public java.lang.Long getAssigneeType()
- Returns:
getLead
public java.lang.String getLead()
- Returns:
getProject
public java.lang.Long getProject()
- Returns:
getUrl
public java.lang.String getUrl()
- Returns:
setAssigneeType
public void setAssigneeType(long i)
- Parameters:
i
-
setLead
public void setLead(java.lang.String string)
- Parameters:
string
-
setProject
public void setProject(int i)
- Parameters:
i
-
setUrl
public void setUrl(java.lang.String string)
- Parameters:
string
-
exist
public boolean exist()
throws org.ofbiz.core.entity.GenericEntityException
- Overrides:
exist
in class Entity
- Throws:
org.ofbiz.core.entity.GenericEntityException
- See Also:
com.bnpparibas.jira.tools.entity.Entity#exist()
doStorage
public boolean doStorage()
throws org.ofbiz.core.entity.GenericEntityException
- Overrides:
doStorage
in class Entity
- Throws:
org.ofbiz.core.entity.GenericEntityException
- See Also:
com.bnpparibas.jira.tools.entity.Entity#doStorage()
Copyright © 2007-2008 Kaamelot Plugins. All Rights Reserved.