de.jw.cloud42.webapp.tree
Class PermissionTreeNode

java.lang.Object
  extended by de.jw.cloud42.webapp.tree.PermissionTreeNode

public class PermissionTreeNode
extends java.lang.Object

Represents a tree node holding a IpPermission object. Returns a proper toString message for the associated permission.

Author:
Frank

Constructor Summary
PermissionTreeNode(com.xerox.amazonws.ec2.GroupDescription group, com.xerox.amazonws.ec2.GroupDescription.IpPermission forPermission)
          Use constructor to pass represented IpPermission.
 
Method Summary
 com.xerox.amazonws.ec2.GroupDescription getGroup()
           
 com.xerox.amazonws.ec2.GroupDescription.IpPermission getIpPermission()
           
 java.lang.String toString()
          Return permission details as readable string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermissionTreeNode

public PermissionTreeNode(com.xerox.amazonws.ec2.GroupDescription group,
                          com.xerox.amazonws.ec2.GroupDescription.IpPermission forPermission)
Use constructor to pass represented IpPermission.

Parameters:
forGroup -
Method Detail

getGroup

public com.xerox.amazonws.ec2.GroupDescription getGroup()
Returns:
the group

getIpPermission

public com.xerox.amazonws.ec2.GroupDescription.IpPermission getIpPermission()

toString

public java.lang.String toString()
Return permission details as readable string.

Overrides:
toString in class java.lang.Object


Copyright © 2010 just works! Software. All Rights Reserved.