com.atlassian.jira.util.entities
Class Entity
java.lang.Object
com.atlassian.jira.util.entities.Entity
- Direct Known Subclasses:
- Component, SequencedEntity
public abstract class Entity
- extends java.lang.Object
- 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 |
Entity
public Entity()
getType
protected abstract java.lang.String getType()
addFields
protected void addFields(java.util.Map _fields)
exist
public boolean exist()
throws org.ofbiz.core.entity.GenericEntityException
- Throws:
org.ofbiz.core.entity.GenericEntityException
doStorage
public boolean doStorage()
throws org.ofbiz.core.entity.GenericEntityException
- Throws:
org.ofbiz.core.entity.GenericEntityException
getNewId
protected abstract int getNewId()
throws java.lang.NumberFormatException,
org.ofbiz.core.entity.GenericEntityException
- Throws:
java.lang.NumberFormatException
org.ofbiz.core.entity.GenericEntityException
store
public org.ofbiz.core.entity.GenericValue store()
throws org.ofbiz.core.entity.GenericEntityException
- Throws:
org.ofbiz.core.entity.GenericEntityException
getId
public int getId()
- Returns:
getDescription
public java.lang.String getDescription()
- Returns:
getName
public java.lang.String getName()
- Returns:
setId
public void setId(int i)
- Parameters:
i
-
setDescription
public void setDescription(java.lang.String string)
- Parameters:
string
-
setName
public void setName(java.lang.String string)
- Parameters:
string
-
Copyright © 2007-2008 Kaamelot Plugins. All Rights Reserved.