public class Entity extends Object implements Serializable
Constructor and Description |
---|
Entity() |
Modifier and Type | Method and Description |
---|---|
int[] |
getChainIndexList()
Get a list of integers specifying the indices of the chains related to this entity.
|
String |
getDescription()
Get the description of the entity.
|
String |
getSequence()
Get the sequence of the entity.
|
String |
getType()
The type of this Entity, one of: polymer, non-polymer, macrolide or water.
|
void |
setChainIndexList(int[] chainIndexList)
Set a list of integers specifying the indices of the chains related to this entity.
|
void |
setDescription(String description)
Set the description of this entity.
|
void |
setSequence(String entitySequence)
Set the sequence of the entity.
|
void |
setType(String type)
Set the type of the entity, one of: polymer, non-polymer, macrolide or water.
|
public String getDescription()
public void setDescription(String description)
description
- the string describing the entity.public String getType()
public void setType(String type)
type
- the string defining the type of entity.public int[] getChainIndexList()
public void setChainIndexList(int[] chainIndexList)
chainIndexList
- a list of integers - specifying the indices of the chains related to this entity.public String getSequence()
public void setSequence(String entitySequence)
entitySequence
- the entity sequence as a string.Copyright © 2015–2016 RCSB PDB. All rights reserved.