org.openoffice.ide.eclipse.core.model.description
Class PublisherInfos
java.lang.Object
org.openoffice.ide.eclipse.core.model.description.PublisherInfos
public class PublisherInfos
- extends java.lang.Object
Simple structure storing the publisher informations.
- Author:
- cbosdonnat
Method Summary |
java.lang.String |
getName()
|
java.lang.String |
getUrl()
|
protected void |
setModel(DescriptionModel pModel)
Set the description model in order to be able to fire the model changes. |
void |
setName(java.lang.String pName)
|
void |
setUrl(java.lang.String pUrl)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublisherInfos
public PublisherInfos()
getUrl
public java.lang.String getUrl()
- Returns:
- the url
setUrl
public void setUrl(java.lang.String pUrl)
- Parameters:
pUrl
- the url to set
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String pName)
- Parameters:
pName
- the name to set
setModel
protected void setModel(DescriptionModel pModel)
- Set the description model in order to be able to fire the model changes.
- Parameters:
pModel
- the parent model