org.springframework.batch.admin.web.util
Class ResourceInfo
java.lang.Object
org.springframework.batch.admin.web.util.ResourceInfo
- All Implemented Interfaces:
- Comparable<ResourceInfo>
public class ResourceInfo
- extends Object
- implements Comparable<ResourceInfo>
|
Constructor Summary |
ResourceInfo(String url,
org.springframework.web.bind.annotation.RequestMethod method)
|
ResourceInfo(String url,
org.springframework.web.bind.annotation.RequestMethod method,
String description)
|
ResourceInfo
public ResourceInfo(String url,
org.springframework.web.bind.annotation.RequestMethod method)
ResourceInfo
public ResourceInfo(String url,
org.springframework.web.bind.annotation.RequestMethod method,
String description)
getUrl
public String getUrl()
getMethod
public org.springframework.web.bind.annotation.RequestMethod getMethod()
getDescription
public String getDescription()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
compareTo
public int compareTo(ResourceInfo o)
- Specified by:
compareTo in interface Comparable<ResourceInfo>
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.