com.atlassian.greenhopper.service.rapid.view
Interface BoardAdminAO

All Superinterfaces:
Entity, net.java.ao.RawEntity<java.lang.Long>

@Preload(value={"KEY","TYPE"})
public interface BoardAdminAO
extends Entity


Method Summary
 java.lang.String getKey()
          The group or user key of this board admin
 RapidViewAO getRapidView()
          RapidViewAO this board admin belongs to
 java.lang.String getType()
          The "type" of Board Admin e.g.
 void setKey(java.lang.String key)
           
 void setRapidView(RapidViewAO rapidView)
           
 void setType(java.lang.String type)
           
 
Methods inherited from interface com.atlassian.greenhopper.service.rapid.view.Entity
getId
 
Methods inherited from interface net.java.ao.RawEntity
addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save
 

Method Detail

getKey

java.lang.String getKey()
The group or user key of this board admin


setKey

void setKey(java.lang.String key)

getType

java.lang.String getType()
The "type" of Board Admin e.g. A JIRA user or a group, corresponds to the names of the BoardAdmin.Type enumerator


setType

void setType(java.lang.String type)

getRapidView

RapidViewAO getRapidView()
RapidViewAO this board admin belongs to


setRapidView

void setRapidView(RapidViewAO rapidView)


Copyright © 2007-2013 Atlassian. All Rights Reserved.