public class AttributeKey extends Object implements Serializable
Constructor and Description |
---|
AttributeKey() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the Description
|
int |
getId()
Returns the Id
|
String |
getKeyName()
Returns the KeyName
|
KeyType |
getKeyType()
Returns the KeyType
|
String |
getName()
Returns the Name
|
void |
setDescription(String strDescription)
Sets the Description
|
void |
setId(int nId)
Sets the Id
|
void |
setKeyName(String strKeyName)
Sets the KeyName
|
void |
setKeyType(KeyType keyType)
Sets the KeyType
|
void |
setName(String strName)
Sets the Name
|
public int getId()
public void setId(int nId)
nId
- The Idpublic String getName()
public void setName(String strName)
strName
- The Namepublic String getKeyName()
public void setKeyName(String strKeyName)
strKeyName
- The KeyNamepublic String getDescription()
public void setDescription(String strDescription)
strDescription
- The Descriptionpublic KeyType getKeyType()
public void setKeyType(KeyType keyType)
keyType
- The KeyTypeCopyright © 2018 City of Paris. All rights reserved.