com.endeca.mobile.services.cart.models
Class NamedModel

java.lang.Object
  extended by com.endeca.mobile.services.cart.models.Model
      extended by com.endeca.mobile.services.cart.models.NamedModel
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Promotion, TableCellModel

public class NamedModel
extends Model

See Also:
Serialized Form

Constructor Summary
NamedModel()
           
 
Method Summary
 java.lang.String getDescription()
          A description of the model.
 java.lang.String getName()
          The name of the model.
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class com.endeca.mobile.services.cart.models.Model
containsProperty, getId, getProperties, getProperty, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, putProperty, setId, setProperties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedModel

public NamedModel()
Method Detail

getName

public java.lang.String getName()
The name of the model. Alternately, the title, or textLabel.


setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()
A description of the model. Alternately, the subtitle, or detailTextLabel


setDescription

public void setDescription(java.lang.String description)