com.monad.homerun.view
Class Selector

java.lang.Object
  extended by com.monad.homerun.view.Selector
All Implemented Interfaces:
java.io.Serializable

public class Selector
extends java.lang.Object
implements java.io.Serializable

Selector is a Scene specification that can identify an individual scene, a group of scene snapshots, etc Albums consist of selectors rather than scenes.

See Also:
Serialized Form

Field Summary
static int SCENE
           
static int USER
           
 
Constructor Summary
Selector()
           
Selector(java.lang.String category, java.lang.String name)
           
 
Method Summary
 void close()
           
 java.lang.String getCategory()
          Returns the scatgory of the scene
 long getEndTime()
           
 java.lang.String getSceneName()
          Returns the name of a scene
 long getStartTime()
           
 int getType()
           
 void open()
           
 void setCategory(java.lang.String category)
           
 void setSceneName(java.lang.String name)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCENE

public static final int SCENE
See Also:
Constant Field Values

USER

public static final int USER
See Also:
Constant Field Values
Constructor Detail

Selector

public Selector()

Selector

public Selector(java.lang.String category,
                java.lang.String name)
Method Detail

getCategory

public java.lang.String getCategory()
Returns the scatgory of the scene

Returns:
category the scene category

setCategory

public void setCategory(java.lang.String category)

getSceneName

public java.lang.String getSceneName()
Returns the name of a scene

Returns:
scene a scene name

setSceneName

public void setSceneName(java.lang.String name)

getType

public int getType()

setType

public void setType(int type)

open

public void open()

close

public void close()

getStartTime

public long getStartTime()

getEndTime

public long getEndTime()


Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.