public class IntendedUse extends Object
Project
's IntendedUse
use in Cloudwords. An IntendedUse
represents what purpose a given Project
's content is intended for (e.g. Website, Product,
Legal, etc.).Constructor and Description |
---|
IntendedUse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getId()
Get the Cloudwords
IntendedUse ID. |
String |
getName()
Get the name of this
IntendedUse . |
int |
hashCode() |
void |
setId(int id)
Set the Cloudwords
IntendedUse ID. |
void |
setName(String name)
Set the name of this
IntendedUse . |
String |
toString() |
public int getId()
IntendedUse
ID.IntendedUse
public void setId(int id)
IntendedUse
ID.id
- of this IntendedUse
public String getName()
IntendedUse
.IntendedUse
public void setName(String name)
IntendedUse
.name
- of this IntendedUse
Copyright © 2016. All rights reserved.