public class IdentifiedContainer extends Container implements Identified
Constructor and Description |
---|
IdentifiedContainer() |
Modifier and Type | Method and Description |
---|---|
String |
comment() |
void |
comment(String newComment) |
boolean |
commentPresent() |
String |
description() |
void |
description(String newDescription) |
boolean |
descriptionPresent() |
String |
href() |
void |
href(String newHref) |
boolean |
hrefPresent() |
String |
id() |
void |
id(String newId) |
boolean |
idPresent() |
String |
name() |
void |
name(String newName) |
boolean |
namePresent() |
makeArrayList, makeUnmodifiableList
public String comment()
comment
in interface Identified
public void comment(String newComment)
public boolean commentPresent()
commentPresent
in interface Identified
public String description()
description
in interface Identified
public void description(String newDescription)
public boolean descriptionPresent()
descriptionPresent
in interface Identified
public String href()
href
in interface Identified
public void href(String newHref)
public boolean hrefPresent()
hrefPresent
in interface Identified
public String id()
id
in interface Identified
public void id(String newId)
public boolean idPresent()
idPresent
in interface Identified
public String name()
name
in interface Identified
public void name(String newName)
public boolean namePresent()
namePresent
in interface Identified
Copyright © 2016. All rights reserved.