public class ProfileRepItem extends java.lang.Object implements RepItem
Constructor and Description |
---|
ProfileRepItem()
This creator is not for public use, only to keep XML parser happy...
|
ProfileRepItem(java.net.URL file,
DomainRepItem dom) |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller u,
java.lang.Object parent) |
boolean |
equals(java.lang.Object o) |
DomainRepItem |
getDomain() |
java.lang.String |
getFullName() |
java.lang.String |
getName() |
java.net.URL |
getURL() |
int |
hashCode() |
java.lang.String |
toString() |
public ProfileRepItem()
public ProfileRepItem(java.net.URL file, DomainRepItem dom)
public java.net.URL getURL()
public DomainRepItem getDomain()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getFullName()
public void afterUnmarshal(javax.xml.bind.Unmarshaller u, java.lang.Object parent)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object