com.atlassian.jira.util.entities
Class Component

java.lang.Object
  extended by com.atlassian.jira.util.entities.Entity
      extended by com.atlassian.jira.util.entities.Component

public class Component
extends Entity

Version:
$Id$
Author:
BNP Paribas - SIG/CGI/SFRI - 2005 Description :

Constructor Summary
Component()
           
 
Method Summary
protected  void addFields(java.util.Map _fields)
           
 boolean doStorage()
           
 boolean exist()
           
 java.lang.Long getAssigneeType()
           
 java.lang.String getLead()
           
 int getNewId()
           
 java.lang.Long getProject()
           
protected  java.lang.String getType()
           
 java.lang.String getUrl()
           
 void setAssigneeType(long i)
           
 void setLead(java.lang.String string)
           
 void setProject(int i)
           
 void setUrl(java.lang.String string)
           
 
Methods inherited from class com.atlassian.jira.util.entities.Entity
getDescription, getId, getName, setDescription, setId, setName, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component()
Method Detail

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.