public class BaseObject extends Object
Constructor and Description |
---|
BaseObject() |
BaseObject(String name,
String type)
Initializes a new instance of the BaseObject
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Gets or sets the name of an object.
|
String |
getType()
Property type.
|
int |
hashCode() |
BaseObject |
name(String name) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
public BaseObject name(String name)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.