Class Publication
- java.lang.Object
-
- org.eclipse.epsilon.emc.bibtex.domain.Publication
-
public class Publication extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Map.Entry<String,String>>
getProperties()
String
getProperty(String propertyName)
boolean
hasProperty(String propertyName)
void
setProperty(String propertyName, Object value)
String
toString()
-
-
-
Method Detail
-
hasProperty
public boolean hasProperty(String propertyName)
-
getProperties
public Collection<Map.Entry<String,String>> getProperties()
-
-