public class HowTo
extends java.lang.Object
| Constructor | Description |
|---|---|
HowTo() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getId() |
Gets the id.
|
java.lang.String |
getSynchronizer() |
Gets the synchronizer.
|
java.lang.String |
getTitle() |
Gets the title.
|
java.lang.String |
getType() |
Gets the type.
|
java.lang.String |
getUrl() |
Gets the url.
|
void |
setId(java.lang.String id) |
Sets the id.
|
void |
setSynchronizer(java.lang.String synchronizer) |
Sets the synchronizer.
|
void |
setTitle(java.lang.String title) |
Sets the title.
|
void |
setType(java.lang.String type) |
Sets the type.
|
void |
setUrl(java.lang.String url) |
Sets the url.
|
java.lang.String |
toString() |
public java.lang.String getSynchronizer()
public void setSynchronizer(java.lang.String synchronizer)
synchronizer - the new synchronizerpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the new typepublic java.lang.String getId()
public void setId(java.lang.String id)
id - the new idpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - the new titlepublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - the new urlpublic java.lang.String toString()
toString in class java.lang.Object