Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface Brand

All Superinterfaces:
ModelObject, XMLObject

public interface Brand
extends ModelObject

Field Summary
static int TYPEID
          The type id of this class.
static java.lang.String TYPENAME
          The constant class type identifier.

 

Method Summary
 java.lang.String getDescription()
          Gets the description property value
 java.lang.String getGUID()
           
 long getId()
          Gets the Model Object id property value
 java.lang.String getName()
          Gets the name property value
 long getStripeId()
          Gets the stripe id property value
 void setDescription(java.lang.String description)
          Sets the Description value
 void setGUID(java.lang.String guid)
          Sets the GUID property value
 void setName(java.lang.String name)
          Sets the name property value
 void setStripeId(long stripeId)
          Sets the stripe id value

 

Methods inherited from interface oracle.panama.model.ModelObject
delete, getCreatedDate, getLastModifiedDate, getTypeId, getTypeName, isSystem, setSystem, undoAll

 

Methods inherited from interface oracle.panama.model.XMLObject
setXML, toXML

 

Field Detail

TYPENAME

public static final java.lang.String TYPENAME
The constant class type identifier.
See Also:
Constant Field Values

TYPEID

public static final int TYPEID
The type id of this class.
See Also:
Constant Field Values
Method Detail

getName

public java.lang.String getName()
Gets the name property value
Specified by:
getName in interface ModelObject
Returns:
name of the Brand : Model

setName

public void setName(java.lang.String name)
Sets the name property value
Specified by:
setName in interface ModelObject
Parameters:
name - the new (name) property value

getGUID

public java.lang.String getGUID()
Returns:
the Brand's GUID as stored in the OID

setGUID

public void setGUID(java.lang.String guid)
Sets the GUID property value

getDescription

public java.lang.String getDescription()
Gets the description property value

setDescription

public void setDescription(java.lang.String description)
Sets the Description value

getStripeId

public long getStripeId()
Gets the stripe id property value

setStripeId

public void setStripeId(long stripeId)
Sets the stripe id value

getId

public long getId()
Gets the Model Object id property value
Specified by:
getId in interface ModelObject
Returns:
the brand id

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.