org.tigris.scarab.om
Class RIssueTypeAttribute

java.lang.Object
  extended byorg.apache.torque.om.BaseObject
      extended byorg.tigris.scarab.om.BaseRIssueTypeAttribute
          extended byorg.tigris.scarab.om.RIssueTypeAttribute
All Implemented Interfaces:
org.apache.torque.om.Persistent, org.apache.fulcrum.intake.Retrievable, java.io.Serializable

public class RIssueTypeAttribute
extends BaseRIssueTypeAttribute
implements org.apache.torque.om.Persistent

You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Constructor Summary
RIssueTypeAttribute()
           
 
Method Summary
 RIssueTypeAttribute copyRia()
          Copies this object's properties.
 void delete()
           
 boolean getIsDefaultText()
          Avoids a problem with intake and not having a getter.
 void setIsDefaultText(boolean b)
          This method sets the defaultTextFlag property and also makes sure that no other related RIA is defined as the default.
 
Methods inherited from class org.tigris.scarab.om.BaseRIssueTypeAttribute
copy, copyInto, getActive, getAttribute, getAttribute, getAttributeId, getByName, getByPeerName, getByPosition, getDefaultTextFlag, getFieldNames, getIssueType, getIssueType, getIssueTypeId, getLocked, getOrder, getPeer, getPrimaryKey, getQueryKey, getQuickSearch, getRequired, isCacheOnSave, save, save, save, setActive, setAttribute, setAttributeId, setAttributeKey, setDefaultTextFlag, setIssueType, setIssueTypeId, setIssueTypeKey, setLocked, setOrder, setPrimaryKey, setPrimaryKey, setPrimaryKey, setQueryKey, setQuickSearch, setRequired, toString
 
Methods inherited from class org.apache.torque.om.BaseObject
equals, equals, getLog, hashCode, isModified, isNew, resetModified, setModified, setNew, setPrimaryKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.torque.om.Persistent
getPrimaryKey, isModified, isNew, save, save, save, setModified, setNew, setPrimaryKey, setPrimaryKey
 

Constructor Detail

RIssueTypeAttribute

public RIssueTypeAttribute()
Method Detail

setIsDefaultText

public void setIsDefaultText(boolean b)
                      throws org.apache.torque.TorqueException
This method sets the defaultTextFlag property and also makes sure that no other related RIA is defined as the default. It should be used instead of setDefaultTextFlag in application code.

Parameters:
b - a boolean value
Throws:
org.apache.torque.TorqueException

getIsDefaultText

public boolean getIsDefaultText()
                         throws org.apache.torque.TorqueException
Avoids a problem with intake and not having a getter. It always returns false, but the method is not used in code. Assuming some logic should be used here, see RModuleAttribute for a similar method that is functional.

Returns:
false
Throws:
org.apache.torque.TorqueException

delete

public void delete()
            throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException

copyRia

public RIssueTypeAttribute copyRia()
                            throws org.apache.torque.TorqueException
Copies this object's properties.

Throws:
org.apache.torque.TorqueException


Copyright © 2000-2004 Tigris.org. All Rights Reserved.