Changeset 765
- Timestamp:
- 05/08/11 23:19:03 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
raptor-information-model/trunk/src/main/java/uk/ac/cardiff/model/ServiceMetadata.java
r747 r765 16 16 17 17 /** The name of the server this metadata is constructed for */ 18 private String serverName;18 private String description; 19 19 20 20 /** The name of the organisation that has authoritative control over this client */ … … 29 29 /** The unique identifier for this entity*/ 30 30 private String entityId; 31 32 /** 33 * @param serverName the serverName to set 34 */ 35 public void setServerName(String serverName) { 36 this.serverName = serverName; 37 } 38 39 /** 40 * @return the serverName 41 */ 42 public String getServerName() { 43 return serverName; 44 } 45 31 46 32 /** 47 33 * @param organisationName the organisationName to set … … 100 86 } 101 87 88 /** 89 * @param description the description to set 90 */ 91 public void setDescription(String description) { 92 this.description = description; 93 } 94 95 /** 96 * @return the description 97 */ 98 public String getDescription() { 99 return description; 100 } 101 102 102 103 103 }
Note: See TracChangeset
for help on using the changeset viewer.
