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 String
getArdGidRef()
String
getArdIdRef()
String
getArdProfileIdRef()
String
getArdURL()
PropertiesForRDCT.BusinessAndLifeCycleProperties
getBusinessProperties()
String
getName()
String
getRdGid()
String
getRdId()
String
getRdUrl()
void
setArdGidRef(String ardGidRef)
void
setArdIdRef(String ardIdRef)
void
setArdProfileIdRef(String ardProfileIdRef)
void
setArdURL(String ardURL)
void
setBusinessProperties(PropertiesForRDCT.BusinessAndLifeCycleProperties businessProperties)
void
setName(String name)
void
setRdGid(String rdGid)
void
setRdId(String rdId)
void
setRdUrl(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
-
-