Package csw.config.models
Class ConfigId
- java.lang.Object
- 
- csw.config.models.ConfigId
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- scala.Equals,- scala.Product
 
 public class ConfigId extends java.lang.Object implements scala.Product, java.io.SerializableType of an id returned from ConfigManager create or update methodsparam: id the string representation of the unique id for the file - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ConfigId(java.lang.String id)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigIdapply(long id)java.lang.Stringid()
 
- 
- 
- 
Method Detail- 
applypublic static ConfigId apply(long id) 
 - 
idpublic java.lang.String id() 
 
- 
 
-