com.threerings.tudey.config
Class ActionConfig.TaggedPortal

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.ActionConfig.Portal
          extended by com.threerings.tudey.config.ActionConfig.TaggedPortal
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
ActionConfig

public static class ActionConfig.TaggedPortal
extends ActionConfig.Portal

A portal identified by its tag.


Field Summary
 String tag
          The portal tag.
 
Constructor Summary
ActionConfig.TaggedPortal()
           
 
Method Summary
 Object getKey()
          Returns the key identifying the portal.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

tag

@Editable
public String tag
The portal tag.

Constructor Detail

ActionConfig.TaggedPortal

public ActionConfig.TaggedPortal()
Method Detail

getKey

public Object getKey()
Description copied from class: ActionConfig.Portal
Returns the key identifying the portal.

Specified by:
getKey in class ActionConfig.Portal


Copyright © 2011. All Rights Reserved.