java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.marketingcenter.objects.InitiativeAccessBean
This table contains the data describing an initiative.
Constructor Summary | |
---|---|
InitiativeAccessBean() constructor | |
InitiativeAccessBean(java.lang.Integer arg0, java.lang.Integer arg1,
java.lang.String arg2, java.sql.Timestamp arg3,
java.lang.String arg4) constructor | |
InitiativeAccessBean(java.lang.Integer arg0, java.lang.String arg1,
java.sql.Timestamp arg2, java.lang.String arg3) constructor | |
InitiativeAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findAllByStoreIdSortedBy(java.lang.Integer arg0,
java.lang.String arg1) This finder returns all the initiatives in an enumeration with the given store reference number, sorted by the given column. |
java.util.Enumeration |
findAllByStoreIdSortedByDescription(java.lang.Integer arg0) This finder returns all the initiatives in an enumeration with the given store reference number, sorted by description. |
java.util.Enumeration |
findAllByStoreIdSortedByLastUpdate(java.lang.Integer arg0) This finder returns all the initiatives in an enumeration with the given store reference number, sorted by the last updated date. |
java.util.Enumeration |
findAllByStoreIdSortedByLastUpdatedBy(java.lang.Integer arg0) This finder returns all the initiatives in an enumeration with the given store reference number, sorted by the logon of the individual who last updated the initiative. |
java.util.Enumeration |
findAllByStoreIdSortedByName(java.lang.Integer arg0) This finder returns all the initiatives in an enumeration with the given store reference number, sorted by name. |
InitiativeAccessBean |
findByStoreIdAndName(java.lang.Integer arg0,
java.lang.String arg1) This finder returns the initiative in a bean with the given store reference number and initiative name. |
boolean |
fulfills(java.lang.Long arg0, java.lang.String arg1) |
java.lang.String |
getCampaignId() This method provides access to the INITIATIVE.CAMPAIGN_ID column of DB2 type INTEGER. |
java.lang.Integer |
getCampaignIdInEJBType() This method provides access to the INITIATIVE.CAMPAIGN_ID column of DB2 type INTEGER. |
java.lang.String |
getDescription() This method provides access to the INITIATIVE.DESCRIPTION column of DB2 type VARCHAR(254). |
java.lang.String |
getField1() This method provides access to the INITIATIVE.FIELD1 column of DB2 type VARCHAR(254). |
java.lang.String |
getInitiativeId() This method provides access to the INITIATIVE.INITIATIVE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getInitiativeIdInEJBType() This method provides access to the INITIATIVE.INITIATIVE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getLastUpdateDate() This method provides access to the INITIATIVE.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getLastUpdateDateInEJBType() This method provides access to the INITIATIVE.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getLastUpdatedBy() This method provides access to the INITIATIVE.LASTUPDATEDBY column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String |
getName() This method provides access to the INITIATIVE.NAME column of DB2 type VARCHAR(64) NOT NULL. |
java.lang.Long |
getOwner() This method accesses a non-CMP field |
java.lang.String |
getResultType() This method provides access to the INITIATIVE.RESULTTYPE column of DB2 type CHAR(1). |
java.lang.String |
getRule() This method accesses a non-CMP field |
java.lang.String |
getSellType() This method provides access to the INITIATIVE.SELLTYPE column of DB2 type INTEGER. |
java.lang.Integer |
getSellTypeInEJBType() This method provides access to the INITIATIVE.SELLTYPE column of DB2 type INTEGER. |
java.lang.String |
getStatus() This method provides access to the INITIATIVE.STATUS column of DB2 type CHAR(1). |
java.lang.String |
getStoreId() This method provides access to the INITIATIVE.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreIdInEJBType() This method provides access to the INITIATIVE.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getType() This method provides access to the INITIATIVE.TYPE column of DB2 type INTEGER. |
java.lang.Integer |
getTypeInEJBType() This method provides access to the INITIATIVE.TYPE column of DB2 type INTEGER. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setCampaignId(java.lang.Integer newValue) This method provides access to the INITIATIVE.CAMPAIGN_ID column of DB2 type INTEGER. |
void |
setCampaignId(java.lang.String newValue) This method provides access to the INITIATIVE.CAMPAIGN_ID column of DB2 type INTEGER. |
void |
setDescription(java.lang.String newValue) This method provides access to the INITIATIVE.DESCRIPTION column of DB2 type VARCHAR(254). |
void |
setField1(java.lang.String newValue) This method provides access to the INITIATIVE.FIELD1 column of DB2 type VARCHAR(254). |
void |
setInitiativeId(java.lang.Integer newValue) Set the primary key for this object |
void |
setInitiativeId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_initiativeId(java.lang.String newValue) Set the primary key for this object |
void |
setLastUpdateDate(java.lang.String newValue) This method provides access to the INITIATIVE.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setLastUpdateDate(java.sql.Timestamp newValue) This method provides access to the INITIATIVE.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setLastUpdatedBy(java.lang.String newValue) This method provides access to the INITIATIVE.LASTUPDATEDBY column of DB2 type VARCHAR(254) NOT NULL. |
void |
setName(java.lang.String newValue) This method provides access to the INITIATIVE.NAME column of DB2 type VARCHAR(64) NOT NULL. |
void |
setResultType(java.lang.String newValue) This method provides access to the INITIATIVE.RESULTTYPE column of DB2 type CHAR(1). |
void |
setRule(java.lang.String newValue) This method accesses a non-CMP field |
void |
setSellType(java.lang.Integer newValue) This method provides access to the INITIATIVE.SELLTYPE column of DB2 type INTEGER. |
void |
setSellType(java.lang.String newValue) This method provides access to the INITIATIVE.SELLTYPE column of DB2 type INTEGER. |
void |
setStatus(java.lang.String newValue) This method provides access to the INITIATIVE.STATUS column of DB2 type CHAR(1). |
void |
setStoreId(java.lang.Integer newValue) This method provides access to the INITIATIVE.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreId(java.lang.String newValue) This method provides access to the INITIATIVE.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setType(java.lang.Integer newValue) This method provides access to the INITIATIVE.TYPE column of DB2 type INTEGER. |
void |
setType(java.lang.String newValue) This method provides access to the INITIATIVE.TYPE column of DB2 type INTEGER. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public InitiativeAccessBean()
public InitiativeAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public InitiativeAccessBean(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.String arg2, java.sql.Timestamp arg3, java.lang.String arg4) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Integerarg1
- java.lang.Integerarg2
- java.lang.Stringarg3
- java.sql.Timestamparg4
- java.lang.Stringjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
public InitiativeAccessBean(java.lang.Integer arg0, java.lang.String arg1, java.sql.Timestamp arg2, java.lang.String arg3) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Integerarg1
- java.lang.Stringarg2
- java.sql.Timestamparg3
- java.lang.Stringjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public InitiativeAccessBean findByStoreIdAndName(java.lang.Integer arg0, java.lang.String arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM INITIATIVE T1 WHERE (T1.storeent_id = storeId and T1.name = name)
java.rmi.RemoteException
- - Thrown when the ejbCreate method
is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the
requested EJB object failed.javax.naming.NamingException
public java.util.Enumeration findAllByStoreIdSortedBy(java.lang.Integer arg0, java.lang.String arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM INITIATIVE T1 WHERE (T1.storeent_id = storeId) order by T1.orderBy
java.rmi.RemoteException
- - Thrown when the ejbCreate method
is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the
requested EJB object failed.javax.naming.NamingException
public java.util.Enumeration findAllByStoreIdSortedByDescription(java.lang.Integer arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM INITIATIVE T1 WHERE (T1.storeent_id = storeId) order by T1.description
java.rmi.RemoteException
- - Thrown when the ejbCreate method
is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the
requested EJB object failed.javax.naming.NamingException
public java.util.Enumeration findAllByStoreIdSortedByLastUpdate(java.lang.Integer arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM INITIATIVE T1 WHERE (T1.storeent_id = storeId) order by T1.lastupdate
java.rmi.RemoteException
- - Thrown when the ejbCreate method
is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the
requested EJB object failed.javax.naming.NamingException
public java.util.Enumeration findAllByStoreIdSortedByLastUpdatedBy(java.lang.Integer arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM INITIATIVE T1 WHERE (T1.storeent_id = storeId) order by T1.lastupdatedby
java.rmi.RemoteException
- - Thrown when the ejbCreate method
is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the
requested EJB object failed.javax.naming.NamingException
public java.util.Enumeration findAllByStoreIdSortedByName(java.lang.Integer arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM INITIATIVE T1 WHERE (T1.storeent_id = storeId) order by T1.name
java.rmi.RemoteException
- - Thrown when the ejbCreate method
is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the
requested EJB object failed.javax.naming.NamingException
public void setInitKey_initiativeId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
This field contains the description of the initiative.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDescription(java.lang.String newValue)
This method provides access to the INITIATIVE.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
This field contains the description of the initiative.
newValue
- java.lang.Stringpublic java.lang.String getResultType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.RESULTTYPE column of DB2 type CHAR(1).
The following is a description of this column:
The type of output produced by the initiative:&l
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setResultType(java.lang.String newValue)
This method provides access to the INITIATIVE.RESULTTYPE column of DB2 type CHAR(1).
The following is a description of this column:
The type of output produced by the initiative:&l
newValue
- java.lang.Stringpublic java.lang.String getLastUpdatedBy() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.LASTUPDATEDBY column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
This field contains the logon ID of the individual who last updated the initiative.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLastUpdatedBy(java.lang.String newValue)
This method provides access to the INITIATIVE.LASTUPDATEDBY column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
This field contains the logon ID of the individual who last updated the initiative.
newValue
- java.lang.Stringpublic java.lang.String getRule() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRule(java.lang.String newValue)
public java.lang.String getSellType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.SELLTYPE column of DB2 type INTEGER.
The following is a description of this column:
Initiative classification:&l
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getSellTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.SELLTYPE column of DB2 type INTEGER.
The following is a description of this column:
Initiative classification:&l
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setSellType(java.lang.String newValue)
This method provides access to the INITIATIVE.SELLTYPE column of DB2 type INTEGER.
The following is a description of this column:
Initiative classification:&l
newValue
- Stringpublic void setSellType(java.lang.Integer newValue)
This method provides access to the INITIATIVE.SELLTYPE column of DB2 type INTEGER.
The following is a description of this column:
Initiative classification:&l
newValue
- java.lang.Integerpublic java.lang.String getLastUpdateDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
This field contains a timestamp of the last update date for the initiative.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getLastUpdateDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
This field contains a timestamp of the last update date for the initiative.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLastUpdateDate(java.lang.String newValue)
This method provides access to the INITIATIVE.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
This field contains a timestamp of the last update date for the initiative.
newValue
- Stringpublic void setLastUpdateDate(java.sql.Timestamp newValue)
This method provides access to the INITIATIVE.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
This field contains a timestamp of the last update date for the initiative.
newValue
- java.sql.Timestamppublic java.lang.String getInitiativeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.INITIATIVE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Primary key.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getInitiativeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.INITIATIVE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Primary key.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInitiativeId(java.lang.String newValue)
Set the primary key for this object
newValue
- Stringpublic void setInitiativeId(java.lang.Integer newValue)
Set the primary key for this object
newValue
- java.lang.Integerpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.FIELD1 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField1(java.lang.String newValue)
This method provides access to the INITIATIVE.FIELD1 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
newValue
- java.lang.Stringpublic java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store to which the initiative belongs.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store to which the initiative belongs.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStoreId(java.lang.String newValue)
This method provides access to the INITIATIVE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store to which the initiative belongs.
newValue
- Stringpublic void setStoreId(java.lang.Integer newValue)
This method provides access to the INITIATIVE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store to which the initiative belongs.
newValue
- java.lang.Integerpublic java.lang.String getCampaignId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.CAMPAIGN_ID column of DB2 type INTEGER.
The following is a description of this column:
The ID of the campaign to which this initiative belongs.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getCampaignIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.CAMPAIGN_ID column of DB2 type INTEGER.
The following is a description of this column:
The ID of the campaign to which this initiative belongs.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCampaignId(java.lang.String newValue)
This method provides access to the INITIATIVE.CAMPAIGN_ID column of DB2 type INTEGER.
The following is a description of this column:
The ID of the campaign to which this initiative belongs.
newValue
- Stringpublic void setCampaignId(java.lang.Integer newValue)
This method provides access to the INITIATIVE.CAMPAIGN_ID column of DB2 type INTEGER.
The following is a description of this column:
The ID of the campaign to which this initiative belongs.
newValue
- java.lang.Integerpublic java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.STATUS column of DB2 type CHAR(1).
The following is a description of this column:
Initiative status. Valid values include:&l
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStatus(java.lang.String newValue)
This method provides access to the INITIATIVE.STATUS column of DB2 type CHAR(1).
The following is a description of this column:
Initiative status. Valid values include:&l
newValue
- java.lang.Stringpublic java.lang.String getType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.TYPE column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.TYPE column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setType(java.lang.String newValue)
This method provides access to the INITIATIVE.TYPE column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- Stringpublic void setType(java.lang.Integer newValue)
This method provides access to the INITIATIVE.TYPE column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Integerpublic java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INITIATIVE.NAME column of DB2 type VARCHAR(64) NOT NULL.
The following is a description of this column:
This field contains the name of the initiative.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setName(java.lang.String newValue)
This method provides access to the INITIATIVE.NAME column of DB2 type VARCHAR(64) NOT NULL.
The following is a description of this column:
This field contains the name of the initiative.
newValue
- java.lang.Stringpublic boolean fulfills(java.lang.Long arg0, java.lang.String arg1) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
arg0
- java.lang.Longarg1
- java.lang.Stringjava.rmi.RemoteException
java.lang.Exception
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.lang.Exception
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException