org.ofbiz.webtools.artifactinfo
Class ArtifactInfoBase
java.lang.Object
org.ofbiz.webtools.artifactinfo.ArtifactInfoBase
- All Implemented Interfaces:
- java.lang.Comparable<ArtifactInfoBase>
- Direct Known Subclasses:
- ControllerRequestArtifactInfo, ControllerViewArtifactInfo, EntityArtifactInfo, FormWidgetArtifactInfo, ScreenWidgetArtifactInfo, ServiceArtifactInfo, ServiceEcaArtifactInfo
public abstract class ArtifactInfoBase
- extends java.lang.Object
- implements java.lang.Comparable<ArtifactInfoBase>
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
aif
protected ArtifactInfoFactory aif
ArtifactInfoBase
public ArtifactInfoBase(ArtifactInfoFactory aif)
compareTo
public int compareTo(ArtifactInfoBase that)
- Specified by:
compareTo in interface java.lang.Comparable<ArtifactInfoBase>
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
getDisplayName
public abstract java.lang.String getDisplayName()
getDisplayType
public abstract java.lang.String getDisplayType()
getLocationURL
public abstract java.net.URL getLocationURL()
throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException
getType
public abstract java.lang.String getType()
getUniqueId
public abstract java.lang.String getUniqueId()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object