uk.ac.soton.itinnovation.grid.service.types
Class PermittedService

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.types.PermittedService
All Implemented Interfaces:
Comparable<PermittedService>

public class PermittedService
extends Object
implements Comparable<PermittedService>

PermittedService.java


Constructor Summary
PermittedService()
           
PermittedService(String URL, boolean managed)
           
 
Method Summary
 int compareTo(PermittedService p)
           
 Long getId()
           
static TypeDesc getTypeDesc()
          Return type metadata object.
 String getURL()
           
 boolean isManaged()
           
 void setId(Long argId)
           
 void setManaged(boolean argManaged)
           
 void setURL(String argURL)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermittedService

public PermittedService()

PermittedService

public PermittedService(String URL,
                        boolean managed)
Method Detail

getId

public Long getId()

setId

public void setId(Long argId)

getURL

public String getURL()

setURL

public void setURL(String argURL)

isManaged

public boolean isManaged()

setManaged

public void setManaged(boolean argManaged)

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(PermittedService p)
Specified by:
compareTo in interface Comparable<PermittedService>

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object.



Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.