We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d0c82 commit 3cc65deCopy full SHA for 3cc65de
java/code/src/com/redhat/rhn/domain/server/Server.java
@@ -2461,10 +2461,20 @@ public void setOsFamily(String osFamilyIn) {
2461
this.osFamily = osFamilyIn;
2462
}
2463
2464
+ /**
2465
+ * Getter for CPE (Common Platform Enumeration)
2466
+ *
2467
+ * @return cpe
2468
+ * */
2469
public String getCpe() {
2470
return cpe;
2471
2472
2473
2474
+ * Setter for CPE (Common Platform Enumeration)
2475
2476
+ * @param cpeIn to set
2477
2478
public void setCpe(String cpeIn) {
2479
this.cpe = cpeIn;
2480
0 commit comments