org.whitesource.agent.api.model
Class ResourceInfo

java.lang.Object
  extended by org.whitesource.agent.api.model.ResourceInfo
All Implemented Interfaces:
Serializable

public class ResourceInfo
extends Object
implements Serializable

Info object describing a managed resource.

Since:
1.2.0
Author:
Edo.Shor
See Also:
Serialized Form

Constructor Summary
ResourceInfo()
          Default constructor
ResourceInfo(String displayName)
          Constructor
 
Method Summary
 String getDisplayName()
           
 Collection<String> getLicenses()
           
 String getLink()
           
 void setDisplayName(String displayName)
           
 void setLicenses(Collection<String> licenses)
           
 void setLink(String link)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceInfo

public ResourceInfo()
Default constructor


ResourceInfo

public ResourceInfo(String displayName)
Constructor

Parameters:
displayName -
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)

getLink

public String getLink()

setLink

public void setLink(String link)

getLicenses

public Collection<String> getLicenses()

setLicenses

public void setLicenses(Collection<String> licenses)


Copyright © 2011-2012 White Source. All Rights Reserved.