Package fi.tut.mei.resdescapi.rdapi
Class RDContainerForMM
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.RDContainerForMM
-
public class RDContainerForMM extends Object
- Author:
- Niko Siltala
-
-
Constructor Summary
Constructors Constructor Description RDContainerForMM()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArdGidRef()StringgetArdIdRef()StringgetArdProfileIdRef()StringgetArdURL()PropertiesForRDCT.BusinessAndLifeCyclePropertiesgetBusinessProperties()StringgetName()StringgetRdGid()StringgetRdId()StringgetRdUrl()voidsetArdGidRef(String ardGidRef)voidsetArdIdRef(String ardIdRef)voidsetArdProfileIdRef(String ardProfileIdRef)voidsetArdURL(String ardURL)voidsetBusinessProperties(PropertiesForRDCT.BusinessAndLifeCycleProperties businessProperties)voidsetName(String name)voidsetRdGid(String rdGid)voidsetRdId(String rdId)voidsetRdUrl(String rdUrl)
-
-
-
Method Detail
-
getRdId
public String getRdId()
- Returns:
- the rdId
-
setRdId
public void setRdId(String rdId)
- Parameters:
rdID- the rdID to set
-
getRdGid
public String getRdGid()
- Returns:
- the rdGid
-
setRdGid
public void setRdGid(String rdGid)
- Parameters:
rdGid- the rdGid to set
-
getRdUrl
public String getRdUrl()
- Returns:
- the rdUrl
-
setRdUrl
public void setRdUrl(String rdUrl)
- Parameters:
rdUrl- the rdUrl to set
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getArdIdRef
public String getArdIdRef()
- Returns:
- the ardIdRef
-
setArdIdRef
public void setArdIdRef(String ardIdRef)
- Parameters:
ardIdRef- the ardIdRef to set
-
getArdGidRef
public String getArdGidRef()
- Returns:
- the ardGidRef
-
setArdGidRef
public void setArdGidRef(String ardGidRef)
- Parameters:
ardGidRef- the ardGidRef to set
-
getArdProfileIdRef
public String getArdProfileIdRef()
- Returns:
- the ardProfileIdRef
-
setArdProfileIdRef
public void setArdProfileIdRef(String ardProfileIdRef)
- Parameters:
ardProfileIdRef- the ardProfileIdRef to set
-
getArdURL
public String getArdURL()
- Returns:
- the ardURL
-
setArdURL
public void setArdURL(String ardURL)
- Parameters:
ardURL- the ardURL to set
-
getBusinessProperties
public PropertiesForRDCT.BusinessAndLifeCycleProperties getBusinessProperties()
- Returns:
- the businessProperties
-
setBusinessProperties
public void setBusinessProperties(PropertiesForRDCT.BusinessAndLifeCycleProperties businessProperties)
- Parameters:
businessProperties- the businessProperties to set
-
-