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>
ResourceInfo
public ResourceInfo(String url,
RequestMethod method)
ResourceInfo
public ResourceInfo(String url,
RequestMethod method,
String description)
getUrl
public String getUrl()
getMethod
public 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 © 2011. All Rights Reserved.