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, hashCode, notify, notifyAll, toString, wait, wait, wait |
aif
protected ArtifactInfoFactory aif
ArtifactInfoBase
public ArtifactInfoBase(ArtifactInfoFactory aif)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
compareTo
public int compareTo(ArtifactInfoBase that)
- Specified by:
compareTo
in interface java.lang.Comparable<ArtifactInfoBase>
getDisplayName
public abstract java.lang.String getDisplayName()
getDisplayType
public abstract java.lang.String getDisplayType()
getType
public abstract java.lang.String getType()
getUniqueId
public abstract java.lang.String getUniqueId()
getLocationURL
public abstract java.net.URL getLocationURL()
throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException